This commit is contained in:
2024-06-16 06:50:40 +02:00
parent 71c73436ee
commit 4c9e4a73c8
3 changed files with 5 additions and 2 deletions

View File

@@ -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

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@
.config/google-chrome
.config/GIMP/
.config/weylus/
.config/smassh/

1
.vimrc
View File

@@ -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()