We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110cec7 commit 139e3ccCopy full SHA for 139e3cc
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
### master
4
- update readme - write all keybindings
5
+- override default split window key bindings
6
7
### v1.0.0, 2014-08-30
8
- update readme to reflect github organization change
pain_control.tmux
@@ -42,6 +42,8 @@ pane_resizing_bindings() {
42
pane_split_bindings() {
43
tmux bind-key "|" split-window -h -c "#{pane_current_path}"
44
tmux bind-key "-" split-window -v -c "#{pane_current_path}"
45
+ tmux bind-key "%" split-window -h -c "#{pane_current_path}"
46
+ tmux bind-key '"' split-window -v -c "#{pane_current_path}"
47
}
48
49
improve_new_window_binding() {
0 commit comments