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:
Matt Sturgeon 2024-03-19 20:17:57 +00:00 committed by Gaétan Lepage
parent 822ec15646
commit 9dc094489a
3 changed files with 179 additions and 31 deletions

View file

@ -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;
};
};
};
}