AutoYADM commit: 2025-05-07 15:56:08
This commit is contained in:
parent
5bfcdbe3c8
commit
c346a43227
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue