diff --git a/.alacritty.toml b/.alacritty.toml index 2fabff4ec753ce30b943f8c09aa0c2a2c65f1b9c..6ba8f61f6efc13ff9fbd1b4b37bd77cca2cca7ea 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -3,7 +3,7 @@ live_config_reload = true [window] dynamic_title = true -dimensions = { columns = 140, lines = 70 } +dimensions = { columns = 140, lines = 50 } [font] normal = { family = "Berkeley Mono", style = "Bold" } diff --git a/.tmux.conf b/.tmux.conf index 96c417a1f5a811bf685009fd06fd620562c996c8..764da372857e69ed20cac859abc0dffadc531d74 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,7 +15,7 @@ set -g renumber-windows on set -g status-bg '#222222' set -g status-fg '#ffffff' -set -g window-status-current-format "#[fg=#000000]#[bg=#cccccc]#[fg=#000000]#[bg=#cccccc] #I:#W #[fg=#000000]#[bg=#cccccc]" +set -g window-status-current-format "#[fg=#000000]#[bg=#bbbbbb]#[fg=#000000]#[bg=#bbbbbb] #I:#W #[fg=#000000]#[bg=#bbbbbb]" bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" diff --git a/.vimrc b/.vimrc index 01f79efc2edad571da2171b3ffbb80f0dde15b59..af8263f80ed38d565dafefb0f43f41b42895017c 100644 --- a/.vimrc +++ b/.vimrc @@ -7,6 +7,7 @@ Plug 'mitjafelicijan/sniper.vim' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' Plug 'airblade/vim-gitgutter' + Plug 'carlsmedstad/vim-bicep' call plug#end() set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4