]> git.phdru.name Git - dotfiles.git/commitdiff
C-b R to reload config without restart
authorOleg Broytman <phd@phdru.name>
Tue, 31 Dec 2013 02:47:45 +0000 (06:47 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 31 Dec 2013 02:47:45 +0000 (06:47 +0400)
.tmux.conf

index bfecde3653818eb7d8cd5dbd9fb9137f87e68b41..87a132f73b67b18a4838722f5f1d23d097fb5211 100644 (file)
@@ -43,5 +43,5 @@ set-option -g history-limit 1000
 # C-b C-a for last-window
 bind-key C-a last-window
 
-# Reload config without restart
-bind R source-file ~/.tmux.conf
+# C-b R to reload config without restart
+bind-key R source-file ~/.tmux.conf