mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 12:02:46 +00:00
fml
This commit is contained in:
@@ -168,8 +168,9 @@ gaps outer 4px
|
|||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
|
|
||||||
bindsym ctrl+w mode focus
|
# these two badboys actually are so vim like they interfere with vim :/ i'm an idiot
|
||||||
bindsym ctrl+shift+w mode move
|
# bindsym ctrl+w mode focus
|
||||||
|
# bindsym ctrl+shift+w mode move
|
||||||
mode "focus" {
|
mode "focus" {
|
||||||
bindsym Shift+h focus left
|
bindsym Shift+h focus left
|
||||||
bindsym Shift+j focus down
|
bindsym Shift+j focus down
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,3 +20,4 @@
|
|||||||
.config/google-chrome
|
.config/google-chrome
|
||||||
.config/GIMP/
|
.config/GIMP/
|
||||||
.config/weylus/
|
.config/weylus/
|
||||||
|
.config/smassh/
|
||||||
|
1
.vimrc
1
.vimrc
@@ -98,6 +98,7 @@ call plug#begin('~/.vim/plugged')
|
|||||||
Plug 'jayli/vim-easycomplete'
|
Plug 'jayli/vim-easycomplete'
|
||||||
Plug 'kien/rainbow_parenthesis'
|
Plug 'kien/rainbow_parenthesis'
|
||||||
"Plug 'kien/rainbow_parenth
|
"Plug 'kien/rainbow_parenth
|
||||||
|
Plug 'ap/vim-css-color'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user