added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local, closes #571

inspired by css, any set/bind/unbind command ending with #!important will be
executed honored, e.g.:

bind-key -T copy-mode-vi Escape send-keys -X clear-selection #!important
This commit is contained in:
Gregory Pakosz
2022-07-20 21:11:24 +02:00
parent 52f1c4a3b1
commit 18a111ff93
2 changed files with 29 additions and 15 deletions
+3
View File
@@ -354,6 +354,9 @@ tmux_conf_copy_to_os_clipboard=false
# set -g prefix C-a
# bind C-a send-prefix
# if you don't want Oh my tmux! to alter a binding, use #!important
# bind v new-window -c #{pane_current_path} #!important
# move status line to top
#set -g status-position top