From 0f7a520ba40bcd9593968322f23c5e914b74027d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 31 Aug 2025 09:46:47 +0800 Subject: [PATCH] home/sioyek: bind ' to goto_mark --- nix/homeModules/common/sioyek.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/homeModules/common/sioyek.nix b/nix/homeModules/common/sioyek.nix index dce4ca51..9c018fc8 100644 --- a/nix/homeModules/common/sioyek.nix +++ b/nix/homeModules/common/sioyek.nix @@ -18,6 +18,7 @@ "" ]; "toggle_two_page_mode" = ["T"]; + "goto_mark" = ["`" "'"]; }; config.should_launch_new_window = "1";