diff --git a/.config/kitty/kitty.conf##hostname.dbox b/.config/kitty/kitty.conf##hostname.dbox index b3b3468a..fe56bfd7 100644 --- a/.config/kitty/kitty.conf##hostname.dbox +++ b/.config/kitty/kitty.conf##hostname.dbox @@ -10,10 +10,3 @@ include ~/.cache/wal/colors-kitty.conf background_opacity 0.8 map ctrl+shift+r no_op map ctrl+shift+o no_op -# map alt+v new_window -# map ctrl+left neighboring_window left -# map ctrl+right neighboring_window right -# map ctrl+down neighboring_window down -# map ctrl+up neighboring_window up -# map alt+shift+r load_config_file -# map alt+f toggle_maximized diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index afb9a008..5a3f3e83 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -26,6 +26,8 @@ set-option -g renumber-windows on # set -g @cursor-style 'bar' # set -ga terminal-overrides ',*:Ss=\E[2 q:Se=\E[2 q' +set -g bell-action none + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator'