chore: ZSH MacOS
This commit is contained in:
parent
9a42d0e71a
commit
0c33e2571e
15 changed files with 593 additions and 54 deletions
16
.config/tmux/tmux_general.conf
Normal file
16
.config/tmux/tmux_general.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# tmux_general.conf
|
||||
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -sa terminal-features ",*:RGB"
|
||||
set -sg escape-time 0
|
||||
set -g mouse on
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set -g detach-on-destroy off
|
||||
set -g history-limit 10000
|
||||
set -g set-clipboard on
|
||||
set -g status-position top
|
||||
set -g renumber-windows on
|
||||
setw -g mode-keys vi
|
||||
set -g pane-active-border-style 'fg=magenta,bg=default'
|
||||
set -g pane-border-style 'fg=brightblack,bg=default'
|
Loading…
Add table
Add a link
Reference in a new issue