more ncmpcpp vim bindings
This commit is contained in:
@ -6,3 +6,8 @@ def_key "k"
|
|||||||
scroll_up
|
scroll_up
|
||||||
def_key "j"
|
def_key "j"
|
||||||
scroll_down
|
scroll_down
|
||||||
|
def_key "l"
|
||||||
|
enter_directory
|
||||||
|
def_key "h"
|
||||||
|
jump_to_parent_directory
|
||||||
|
|
||||||
|
|||||||
@ -141,7 +141,7 @@ exec "swaysome init 1"
|
|||||||
bindsym --to-code $mod+f fullscreen
|
bindsym --to-code $mod+f fullscreen
|
||||||
|
|
||||||
# toggle the current focus between tiling and floating mode
|
# toggle the current focus between tiling and floating mode
|
||||||
bindsym --to-code $mod+Shift+space floating toggle
|
# bindsym --to-code $mod+Shift+space floating toggle
|
||||||
|
|
||||||
# swap focus between the tiling area and the floating area
|
# swap focus between the tiling area and the floating area
|
||||||
bindsym --to-code $mod+space focus mode_toggle
|
bindsym --to-code $mod+space focus mode_toggle
|
||||||
|
|||||||
Reference in New Issue
Block a user