Update .tmux.conf
This commit is contained in:
parent
6789b96ee7
commit
0b4c529b63
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
# and fill the 'gaps' with manual rebind in the conf file using this command:
|
# and fill the 'gaps' with manual rebind in the conf file using this command:
|
||||||
# tmux -f /dev/null -L temp start-server \; list-keys
|
# tmux -f /dev/null -L temp start-server \; list-keys
|
||||||
unbind-key -a
|
unbind-key -a
|
||||||
display-message "] afx' .tmux.conf v7.3 (⌐■_■) ["
|
|
||||||
|
|
||||||
set-option -g prefix F2 # ctrl+b => F2
|
set-option -g prefix F2 # ctrl+b => F2
|
||||||
#bind-key a send-key M-a # alt+a = alt+a+a
|
#bind-key a send-key M-a # alt+a = alt+a+a
|
||||||
|
@ -25,7 +24,7 @@ setw -g mode-keys vi
|
||||||
#setw -g mode-mouse off #tmux 1.9
|
#setw -g mode-mouse off #tmux 1.9
|
||||||
set-option -g mouse off #tmux 2.1
|
set-option -g mouse off #tmux 2.1
|
||||||
|
|
||||||
bind-key r source-file ~/.tmux.conf
|
bind-key r source-file ~/.tmux.conf \; display-message "] afx' .tmux.conf v7.3 (⌐■_■) ["
|
||||||
bind-key R refresh-client
|
bind-key R refresh-client
|
||||||
|
|
||||||
bind-key : command-prompt
|
bind-key : command-prompt
|
||||||
|
|
Loading…
Reference in a new issue