We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4517b commit 272beeeCopy full SHA for 272beee
.tmux.conf
@@ -1,6 +1,7 @@
1
set exit-unattached off
2
set exit-empty off
3
set -g status-position top
4
+set-option -g history-limit 10000
5
6
set -g default-terminal "screen-256color"
7
set -g mouse on
@@ -10,3 +11,5 @@ bind-key -n F1 select-window -t 1
10
11
bind-key -n F2 select-window -t 2
12
bind-key -n F3 select-window -t 3
13
bind-key -n F4 select-window -t 4
14
+
15
+bind-key P command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -S -32768 ; save-buffer %1 ; delete-buffer'
0 commit comments