Skip to content

Commit

Permalink
added a way to mark set/bind/unbind commands as important in ~/.tmux.…
Browse files Browse the repository at this point in the history
…conf.local (2)
  • Loading branch information
gpakosz committed Mar 5, 2023
1 parent 5f54ee9 commit 9941420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ tmux_conf_copy_to_os_clipboard=false
# 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
# bind c new-window -c '#{pane_current_path}' #!important

# move status line to top
#set -g status-position top
Expand Down

0 comments on commit 9941420

Please sign in to comment.