mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 08:14:33 +02:00
plugins/tmux-navigator: port to mkVimPlugin
Add missing settings: - preserve_zoom - no_mappings Include upstream's documentation. Deprecate old option names.
This commit is contained in:
parent
822ec15646
commit
9dc094489a
3 changed files with 179 additions and 31 deletions
|
@ -9,11 +9,13 @@
|
|||
plugins.tmux-navigator = {
|
||||
enable = true;
|
||||
|
||||
tmuxNavigatorSaveOnSwitch = 2;
|
||||
|
||||
tmuxNavigatorDisableWhenZoomed = 1;
|
||||
|
||||
tmuxNavigatorNoWrap = 1;
|
||||
settings = {
|
||||
save_on_switch = 2;
|
||||
disable_when_zoomed = true;
|
||||
preserve_zoom = true;
|
||||
no_wrap = true;
|
||||
no_mappings = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue