Update keybinds and nvim lua setup
parent
c10ef94e74
commit
3bea81ed1a
|
@ -36,6 +36,15 @@ local configuration_overrides = {
|
|||
},
|
||||
},
|
||||
},
|
||||
lua_ls = {
|
||||
settings = {
|
||||
Lua = {
|
||||
format = {
|
||||
enable = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- Lsp default language servers
|
||||
|
|
|
@ -37,6 +37,9 @@ bindsym $mod+s split h
|
|||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
|
||||
# remove splits
|
||||
bindsym $mod+x split none
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
bindsym --release control+space exec swaync-client --close-latest
|
||||
bindsym --release control+space+period exec swaync-client --close-all
|
||||
bindsym --release control+space+o exec swaync-client --open-panel
|
||||
bindsym --release $mod+v exec swaync-client -t -sw
|
||||
bindsym --release $mod+Shift+v exec swaync-client -t -sw
|
||||
|
|
Loading…
Reference in New Issue