Skip to content

Commit 365d43a

Browse files
committed
fix?
1 parent 784674f commit 365d43a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

modules/home/neovim/plugins/util.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727

2828
tmux-navigator = {
2929
enable = true;
30-
settings = {
31-
no_wrap = 1;
32-
no_mappings = 1;
33-
};
30+
settings.no_wrap = 1;
3431
};
3532
};
3633

@@ -57,6 +54,10 @@
5754
{ mode = "n"; key = "<C-p>"; action = "<cmd>TmuxNavigatePrevious<cr>"; options.desc = "Navigate previous"; }
5855
];
5956

57+
extraConfigLuaPre = ''
58+
vim.g.tmux_navigator_no_mappings = 1
59+
'';
60+
6061
extraConfigLua = ''
6162
-- snacks explorer (snacks_picker_list) での tmux navigation
6263
-- snacks_picker_list は floating window のため wincmd l が editor に向かい

0 commit comments

Comments
 (0)