This commit is contained in:
Marcin Wozniak
2019-08-10 01:25:07 +02:00
parent 5b70713ef7
commit 91b3c89fc2
7 changed files with 15 additions and 157 deletions

View File

@ -2,10 +2,11 @@ set -g prefix C-a
set-option -g default-shell /bin/zsh
unbind C-b
bind-key C-a send-prefix
unbind q
bind q confirm kill-window
set -g exit-unattached on
set -g destroy-unattached on
set -g status on
bind-key p command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -JS -32768 ; save-buffer %1 ; delete-buffer'
bind-key -n C-f copy-mode \; send-key ?
set -g default-terminal "st-256color"
set -g history-limit 20000