Skip to content

Commit 139e3cc

Browse files
committed
Override default split-window key bindings
1 parent 110cec7 commit 139e3cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### master
44
- update readme - write all keybindings
5+
- override default split window key bindings
56

67
### v1.0.0, 2014-08-30
78
- update readme to reflect github organization change

pain_control.tmux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pane_resizing_bindings() {
4242
pane_split_bindings() {
4343
tmux bind-key "|" split-window -h -c "#{pane_current_path}"
4444
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}"
4547
}
4648

4749
improve_new_window_binding() {

0 commit comments

Comments
 (0)