We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784674f commit 365d43aCopy full SHA for 365d43a
1 file changed
modules/home/neovim/plugins/util.nix
@@ -27,10 +27,7 @@
27
28
tmux-navigator = {
29
enable = true;
30
- settings = {
31
- no_wrap = 1;
32
- no_mappings = 1;
33
- };
+ settings.no_wrap = 1;
34
};
35
36
@@ -57,6 +54,10 @@
57
54
{ mode = "n"; key = "<C-p>"; action = "<cmd>TmuxNavigatePrevious<cr>"; options.desc = "Navigate previous"; }
58
55
];
59
56
+ extraConfigLuaPre = ''
+ vim.g.tmux_navigator_no_mappings = 1
+ '';
60
+
61
extraConfigLua = ''
62
-- snacks explorer (snacks_picker_list) での tmux navigation
63
-- snacks_picker_list は floating window のため wincmd l が editor に向かい
0 commit comments