From be362e79a8d438b8c178a177f48c2e870d443e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Sat, 24 Feb 2024 13:05:43 +0100 Subject: [PATCH] vim keybinds in hypr --- hypr/.config/hypr/hyprland.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index de72daf..c9b097a 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -187,13 +187,13 @@ bind = $mainMod SHIFT, L, exec, $lock # bind = $mainMod, R, exec, $menu bind = $mainMod, SPACE, exec, $menu bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +# bind = $mainMod, J, togglesplit, # dwindle -# Move focus with mainMod + arrow keys -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d +# Move focus with mainMod + vim keys +bind = $mainMod, H, movefocus, l +bind = $mainMod, L, movefocus, r +bind = $mainMod, K, movefocus, u +bind = $mainMod, J, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, exec, hyprsome workspace 1