start nvim configuration

This commit is contained in:
grimhilt
2023-01-09 20:36:18 +01:00
parent 6f505c1c33
commit d79a29f67c
3 changed files with 36 additions and 7 deletions

View File

@@ -95,15 +95,15 @@ super + ctrl + {m,x,y,z}
#
# Focus the node in the given direction
super + {Left,Down,Up,Right}
bspc node -f {west,south,north,east}
#super + {Left,Down,Up,Right}
# bspc node -f {west,south,north,east}
super + {h, j, k, l}
bspc node -f {west,south,north,east}
# Move the node to the given direction
super + shift + {Left,Down,Up,Right}
bspc node -s {west,south,north,east}
#super + shift + {Left,Down,Up,Right}
# bspc node -s {west,south,north,east}
super + shift + {h, j, k, l}
bspc node -s {west,south,north,east}