diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,3 +69,6 @@ bind-key -r -T prefix S-Down resize-pane -D bind-key -r -T prefix S-Left resize-pane -L bind-key -r -T prefix S-Right resize-pane -R +# Bind '<prefix> H' to a macro to save the current scrollback to a file +bind-key -T prefix H command-prompt -p 'Save history to filename:' -I '~/tmux.history' 'capture-pane -eJS - ; save-buffer %1 ; delete-buffer' + |