more ncmpcpp vim bindings

This commit is contained in:
2025-03-16 22:31:06 +05:00
parent 585f918757
commit 9fb0e7a36a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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