various configuration updates
This commit is contained in:
@ -38,5 +38,8 @@ bind-key -n M-a send-prefix
|
||||
# rena[M]e session
|
||||
bind-key -n M-m command-prompt -I "#S" "rename-session '%%'"
|
||||
|
||||
# rename [w]indow
|
||||
bind-key -n M-w command-prompt -I "#W" "rename-window '%%'"
|
||||
|
||||
# toggle readonly session
|
||||
bind-key -n M-r switch-client -r;
|
||||
|
@ -15,6 +15,7 @@ setw -gq utf8 on
|
||||
|
||||
# force vi
|
||||
set-window-option -g mode-keys vi
|
||||
set-window-option -g status-keys vi
|
||||
|
||||
# disable mouse-mode
|
||||
set -g mouse off
|
||||
|
Reference in New Issue
Block a user