AutoYADM commit: 2025-05-07 15:56:08

This commit is contained in:
Daniel Fichtinger 2025-05-07 15:56:08 -04:00
parent 5bfcdbe3c8
commit c346a43227

View file

@ -1,5 +1,13 @@
colorscheme gruvbox-dark
require-module wayland
hook global ModuleLoaded wayland %{
set-option global termcmd 'footclient sh -c'
}
set-option global termcmd "footclient sh -c"
set-option global tabstop 4
set-option global indentwidth 4
@ -30,7 +38,7 @@ map global normal i "l"
map global normal h "i"
map global normal k "m"
map global normal j "n"
map global normal l "e"
map global normal l "b"
map global goto m h
map global goto i l