replaced alacritty by kitty in tmux configuration

This commit is contained in:
aminnairi
2023-12-02 16:14:58 +01:00
parent 5bf1532b99
commit 90f3431cd0
+2 -2
View File
@@ -39,7 +39,7 @@ unbind %
set -g mouse off set -g mouse off
# Set the default terminal # Set the default terminal
set -s default-terminal 'alacritty' set -s default-terminal 'kitty'
# open/split window with current path # open/split window with current path
bind '"' split-window -c "#{pane_current_path}" bind '"' split-window -c "#{pane_current_path}"
@@ -56,7 +56,7 @@ set-option -sg escape-time 10
set-option -g focus-events on set-option -g focus-events on
# Terminal feature specific to Neovim # Terminal feature specific to Neovim
set-option -sa terminal-overrides ',alacritty:Tc' set-option -sa terminal-overrides ',kitty:Tc'
# Tmux plugins # Tmux plugins
set -g @plugin "janoamaral/tokyo-night-tmux" set -g @plugin "janoamaral/tokyo-night-tmux"