plugins/tmux-navigator: init + tests (#314)

This commit is contained in:
Fabian Page 2023-04-04 14:00:04 +02:00 committed by GitHub
parent 35c56b62a1
commit ca187c2262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
# Empty configuration
empty = {
plugins.tmux-navigator.enable = true;
};
# Actiavte all settings
defaults = {
plugins.tmux-navigator = {
enable = true;
tmuxNavigatorSaveOnSwitch = 2;
tmuxNavigatorDisableWhenZoomed = 1;
tmuxNavigatorNoWrap = 1;
};
};
}