diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ bind ] paste-buffer bind Space choose-buffer # bind C-l send-keys 'C-l' bind -n C-h clear-history -bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log" +bind P pipe-pane -o "cat >>~/.tmuxrecording/#W.log" \; display "Toggled logging to ~/#W.log" #move windows # bind-key -n C-S-Left swap-window -t -1 |