This commit is contained in:
Zacharias-Brohn
2025-03-22 14:20:39 +01:00
parent 8b69d3665f
commit 8628becd46
7 changed files with 56 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
require("tmux").setup({
navigation = {
cycle_navigation = true,
enable_default_keybindings = false,
},
resize = {
enable_default_keybindings = false,
},
swap = {
cycle_navigation = true,
enable_default_keybindings = false,
}
})