mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
12 lines
184 B
TOML
12 lines
184 B
TOML
columns = 3
|
|
sorting = false
|
|
|
|
[key_map]
|
|
down = "focus_down"
|
|
h = "focus_left"
|
|
j = "focus_up"
|
|
k = "focus_down"
|
|
l = "focus_right"
|
|
left = "focus_left"
|
|
right = "focus_right"
|
|
up = "focus_up"
|