colorscheme gruvbox-dark hook global ModuleLoaded wayland %{ set-option global termcmd 'footclient sh -c' } set-option global tabstop 4 set-option global indentwidth 4 set-option global scrolloff 1,3 add-highlighter global/ number-lines -hlcursor add-highlighter global/ wrap -word -indent map -docstring "yank the selection into the clipboard" global user y " wl-copy" map -docstring "paste the clipboard" global user p " wl-paste" map -docstring "quit" global user q ":q" # map global normal ":exec vv" # map global normal ":exec vv" map global normal _