summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2020-11-17 06:06:05 +0000
committerTyler Davis <tydavis@gmail.com>2020-11-17 06:06:05 +0000
commit1aa3cf428ef8916ebcc671bc07228c2535e9ee13 (patch)
tree76bb08cafc2029a4cd5ca9821c280b35726f65af /.tmux.conf
parentb329e549ea91975e23c8281eb9581787dfc79933 (diff)
downloaddotfiles-1aa3cf428ef8916ebcc671bc07228c2535e9ee13.tar.gz
dotfiles-1aa3cf428ef8916ebcc671bc07228c2535e9ee13.zip
tmux: Add sourcfile reload key
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 26563e1..a2bd3e3 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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