update
This commit is contained in:
parent
a696f119dd
commit
37fc474671
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[general]
|
[general]
|
||||||
import = [
|
import = [
|
||||||
"~/src/dotfiles/alacritty-theme/themes/kanagawa_wave.toml"
|
"~/src/dotfiles/alacritty-theme/themes/gruvbox_darker.toml"
|
||||||
]
|
]
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,14 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'Morantron/tmux-fingers'
|
set -g @plugin 'Morantron/tmux-fingers'
|
||||||
|
|
||||||
|
set-window-option -g mode-keys vi
|
||||||
|
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||||
|
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||||
|
|
||||||
setw -g mouse on
|
setw -g mouse on
|
||||||
set -s set-clipboard on
|
set -s set-clipboard on
|
||||||
set -sg escape-time 5
|
set -sg escape-time 5
|
||||||
|
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||||
set-option -sa terminal-features ',xterm-256color:RGB'
|
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||||
|
|
||||||
set -g @catppuccin_flavor "mocha"
|
set -g @catppuccin_flavor "mocha"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue