Initial addition of tmux config
This commit is contained in:
parent
1293342318
commit
da0559bd67
|
@ -0,0 +1,18 @@
|
||||||
|
bind-key h select-pane -L
|
||||||
|
bind-key j select-pane -D
|
||||||
|
bind-key k select-pane -U
|
||||||
|
bind-key l select-pane -R
|
||||||
|
|
||||||
|
# nested tmux, obey me
|
||||||
|
bind-key a send-prefix
|
||||||
|
|
||||||
|
# Avoid the annoying bit of delay when using the control character
|
||||||
|
set -g escape-time 0
|
||||||
|
set -g renumber-windows on
|
||||||
|
|
||||||
|
# bind Ctrl-k to clearing history
|
||||||
|
bind-key c clear-history
|
||||||
|
|
||||||
|
# Show a visual bell, even on other windows
|
||||||
|
set-window-option -g visual-bell both
|
||||||
|
set-window-option -g bell-action other
|
Loading…
Reference in New Issue