From 4c9e4a73c8edc60485518ad3367a26819cb5abe2 Mon Sep 17 00:00:00 2001 From: beppe Date: Sun, 16 Jun 2024 06:50:40 +0200 Subject: [PATCH] fml --- .config/i3/config | 5 +++-- .gitignore | 1 + .vimrc | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a73b838..35d4f82 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -168,8 +168,9 @@ gaps outer 4px # resize window (you can also use the mouse for that) -bindsym ctrl+w mode focus -bindsym ctrl+shift+w mode move +# these two badboys actually are so vim like they interfere with vim :/ i'm an idiot +# bindsym ctrl+w mode focus +# bindsym ctrl+shift+w mode move mode "focus" { bindsym Shift+h focus left bindsym Shift+j focus down diff --git a/.gitignore b/.gitignore index 0ef73c1..300e74b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ .config/google-chrome .config/GIMP/ .config/weylus/ +.config/smassh/ diff --git a/.vimrc b/.vimrc index 77e50ce..ee2f1e5 100644 --- a/.vimrc +++ b/.vimrc @@ -98,6 +98,7 @@ call plug#begin('~/.vim/plugged') Plug 'jayli/vim-easycomplete' Plug 'kien/rainbow_parenthesis' "Plug 'kien/rainbow_parenth + Plug 'ap/vim-css-color' call plug#end()