mirror of
1
0
Fork 0

made <prefix> e work with the fish shell

This commit is contained in:
Gregory Pakosz 2015-07-25 10:50:09 +02:00
parent ad6413365e
commit 2feb71aac5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setw -g utf8 on
set -g history-limit 5000 # boost history
# edit configuration
bind e new-window -n '~/.tmux.conf' '${EDITOR:-vim} ~/.tmux.conf && tmux source ~/.tmux.conf && tmux display "~/.tmux.conf sourced"'
bind e new-window -n '~/.tmux.conf' "sh -c '\${EDITOR:-vim} ~/.tmux.conf && tmux source ~/.tmux.conf && tmux display \"~/.tmux.conf sourced\"'"
# reload configuration
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'