diff options
| -rw-r--r-- | tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ set-option -g allow-rename off bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-selection +# This one is also useful if you don't want to do what is listed above +# bind p paste-buffer + +# Rather large histroy buffer so I don't lose shit +set-option -g history-limit 16000 + # Fix for certian applications such as Nvim set -sg escape-time 0 |
