Update neovim and kitty to rosepine theme.
This commit is contained in:
@@ -59,11 +59,10 @@ set -g visual-activity on
|
||||
# Allow the arrow key to be used immediately after changing windows
|
||||
set-option -g repeat-time 0
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @override_copy_command "wl-copy --foreground" # default to wayland
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
# From tmux-sensible
|
||||
set -s escape-time 0
|
||||
set -g history-limit 50000
|
||||
set -g display-time 4000
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g focus-events on
|
||||
setw -g aggressive-resize on
|
||||
|
||||
Reference in New Issue
Block a user