Compare commits
2 commits
892eee106f
...
21c3561841
Author | SHA1 | Date | |
---|---|---|---|
|
21c3561841 | ||
|
c94f82c852 |
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
set-option -sa terminal-features ',alacritty:RGB'
|
||||||
|
set-option -g default-terminal "tmux-256color"
|
||||||
|
set-option -ga terminal-features ",alacritty:usstyle"
|
||||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
@ -9,6 +12,7 @@ set-option -g renumber-windows on
|
||||||
|
|
||||||
bind s split-window -c "#{pane_current_path}"
|
bind s split-window -c "#{pane_current_path}"
|
||||||
bind v split-window -h -c "#{pane_current_path}"
|
bind v split-window -h -c "#{pane_current_path}"
|
||||||
|
bind c new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
Loading…
Reference in a new issue