diff options
author | Tyler Davis <tydavis@gmail.com> | 2020-11-17 06:06:05 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2020-11-17 06:06:05 +0000 |
commit | 1aa3cf428ef8916ebcc671bc07228c2535e9ee13 (patch) | |
tree | 76bb08cafc2029a4cd5ca9821c280b35726f65af /.tmux.conf | |
parent | b329e549ea91975e23c8281eb9581787dfc79933 (diff) | |
download | dotfiles-1aa3cf428ef8916ebcc671bc07228c2535e9ee13.tar.gz dotfiles-1aa3cf428ef8916ebcc671bc07228c2535e9ee13.zip |
tmux: Add sourcfile reload key
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ set -ga terminal-overrides ",xterm-termite:Tc" set -g base-index 1 setw -g pane-base-index 1 +# Easy config reload +bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." + ### VIM RELEVANT KEYBINDINGS # VI keybindings |