diff options
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ set-option -g set-titles-string "#W" bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" bind z run tmux-url-select +bind-key v resize-pane -Z bind-key P command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -S - ; save-buffer %1 ; delete-buffer' if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" |