Skip to content

Commit

Permalink
bind tmux respawn pane key
Browse files Browse the repository at this point in the history
  • Loading branch information
sushengloong committed Nov 30, 2017
1 parent 6110f54 commit f5c9d9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tmux.conf
Expand Up @@ -14,6 +14,10 @@ bind C-a send-prefix
unbind r
bind r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded..."

# kill and respawn pane
unbind R
bind R respawn-pane -k

# enable mouse support particularly for scrolling
set -g mouse on

Expand Down

0 comments on commit f5c9d9a

Please sign in to comment.