Improve neovim-specific configs

This commit is contained in:
Tobias Reisinger 2023-04-11 13:08:44 +02:00
parent 531786f609
commit 0b63872d62
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 29 additions and 1 deletions

View file

@ -110,6 +110,10 @@ super + {_,shift + }{h,j,k,l}
super + Tab
bspc desktop -f last
# focus the next/previous node in the current desktop
super + {_,shift + }c
bspc node -f {next,prev}.local
# focus or send to the given desktop
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'