Initial commit
This commit is contained in:
23
files/tmux.conf.ssh
Normal file
23
files/tmux.conf.ssh
Normal file
@@ -0,0 +1,23 @@
|
||||
set-option status-position top
|
||||
set default-shell /bin/zsh
|
||||
set default-terminal "screen-256color"
|
||||
|
||||
#unbind C-b
|
||||
unbind C-a
|
||||
set prefix C-b
|
||||
bind C-b send-prefix
|
||||
#bind-key C-b send-prefix
|
||||
#set-option prefix C-b
|
||||
|
||||
bind \ split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
|
||||
set-option -g allow-rename off
|
||||
set-option -g history-limit 30000
|
||||
Reference in New Issue
Block a user