added bindings suggested in Painless Tmux

This commit is contained in:
2015-06-07 18:10:17 -06:00
parent 19c0190106
commit d095ae369d
+5
View File
@@ -12,3 +12,8 @@ set -g base-index 1
set -s escape-time 0 set -s escape-time 0
set -g bell-action any # listen for activity on all windows set -g bell-action any # listen for activity on all windows
set -g bell-on-alert on set -g bell-on-alert on
bind | split-window -h
bind - split window -v
unbind x
bind x kill-pane
bind X kill-session