diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 7bfecfa..b7d3785 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,4 +1,5 @@ -font_family Spleen 16x24 +font_family Spleen 16x32 +font_size 14 enable_audio_bell no kitty_mod ctrl+shift diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 76073dc..af3ab98 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -5,10 +5,10 @@ unbind C-b set -g prefix C-f bind-key C-f send-prefix -bind -n M-h select-pane -L -bind -n M-j select-pane -D -bind -n M-k select-pane -U -bind -n M-l select-pane -R +# bind -n M-h select-pane -L +# bind -n M-j select-pane -D +# bind -n M-k select-pane -U +# bind -n M-l select-pane -R #reload config file bind r source-file ~/.config/tmux/tmux.conf @@ -22,7 +22,7 @@ set -ag terminal-overrides ",xterm-256color:RGB" set -g base-index 1 # default is 2000 -set -g history-limit 50000 +set -g history-limit 9999999 set -as terminal-features ",kitty*:RGB"