tmux and startup tmux with theme
This commit is contained in:
13
tmux/tmux.conf
Normal file
13
tmux/tmux.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
set-option -sg escape-time 10
|
||||
set-option -g focus-events on
|
||||
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
set-option -g default-command /bin/zsh
|
||||
|
||||
setw -g mode-keys vi
|
||||
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||
Reference in New Issue
Block a user