From 3a8df65b8772658584f7ac26504469d46cfc04a7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 7 Mar 2026 12:16:48 +0100 Subject: Update --- .alacritty.toml | 2 +- .tmux.conf | 2 +- .vimrc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.alacritty.toml b/.alacritty.toml index 2fabff4..6ba8f61 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 96c417a..764da37 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 01f79ef..af8263f 100644 --- a/.vimrc +++ b/.vimrc @@ -7,6 +7,7 @@ call plug#begin() 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 -- cgit v1.2.3