You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,13 @@ The following defaults are given:
109
109
110
110
-- sets resize steps for y axis
111
111
resize_step_y=1,
112
+
},
113
+
swap= {
114
+
-- cycles to opposite pane while navigating into the border
115
+
cycle_navigation=false,
116
+
117
+
-- enables default keybindings (C-A-hjkl) for normal mode
118
+
enable_default_keybindings=true,
112
119
}
113
120
}
114
121
```
@@ -207,6 +214,37 @@ To run custom bindings in nvim, make sure to not set `enable_default_keybindings
207
214
}
208
215
```
209
216
217
+
### swap
218
+
219
+
Add the following bindings to your `~/.tmux.conf`:
220
+
221
+
> It is important to note, that your bindings in nvim must match the defined bindings in tmux! Otherwise the pass through will not have the seamless effect!
0 commit comments