Skip to content

Commit

Permalink
Set a hotkey to reload the tmux conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Jul 19, 2013
1 parent d0d6372 commit 4d4ea77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux.conf
Expand Up @@ -14,6 +14,9 @@ bind l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+


bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf"

# act like GNU screen
unbind C-b
set -g prefix C-a
Expand Down

0 comments on commit 4d4ea77

Please sign in to comment.