added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local (2)
This commit is contained in:
parent
5f54ee9852
commit
9941420c6d
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ tmux_conf_copy_to_os_clipboard=false
|
||||||
# bind C-a send-prefix
|
# bind C-a send-prefix
|
||||||
|
|
||||||
# if you don't want Oh my tmux! to alter a binding, use #!important
|
# if you don't want Oh my tmux! to alter a binding, use #!important
|
||||||
# bind v new-window -c #{pane_current_path} #!important
|
# bind c new-window -c '#{pane_current_path}' #!important
|
||||||
|
|
||||||
# move status line to top
|
# move status line to top
|
||||||
#set -g status-position top
|
#set -g status-position top
|
||||||
|
|
Loading…
Reference in a new issue