added bindings suggested in Painless Tmux
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user