Uploaded
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user