diff --git a/alacritty.toml b/alacritty.toml index 4c0ac45..70a32ba 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,6 +1,6 @@ [general] import = [ - "~/src/dotfiles/alacritty-theme/themes/kanagawa_wave.toml" + "~/src/dotfiles/alacritty-theme/themes/gruvbox_darker.toml" ] [font] diff --git a/tmux.conf b/tmux.conf index 9d69681..17e6378 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,9 +3,14 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' 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 set -s set-clipboard on set -sg escape-time 5 +unbind -T copy-mode-vi MouseDragEnd1Pane set-option -sa terminal-features ',xterm-256color:RGB' set -g @catppuccin_flavor "mocha"