From 9fb0e7a36a5181b8f2334c1d2c3a0b5897603588 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Sun, 16 Mar 2025 22:31:06 +0500 Subject: [PATCH] more ncmpcpp vim bindings --- .config/ncmpcpp/bindings | 5 +++++ .config/sway/config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index 8793716..34e2372 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -6,3 +6,8 @@ def_key "k" scroll_up def_key "j" scroll_down +def_key "l" + enter_directory +def_key "h" + jump_to_parent_directory + diff --git a/.config/sway/config b/.config/sway/config index ce2caee..8077a45 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -141,7 +141,7 @@ exec "swaysome init 1" bindsym --to-code $mod+f fullscreen # 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 bindsym --to-code $mod+space focus mode_toggle