mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
replaced alacritty by kitty in tmux configuration
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user