AutoYADM commit: 2025-05-30 23:17:24

This commit is contained in:
Daniel Fichtinger 2025-05-30 23:17:24 -04:00
parent 8e88fe1ccb
commit 94f8700c83

View file

@ -23,7 +23,7 @@ set-option -add global ui_options terminal_assistant=none
# only set to foot if we are on wayland # only set to foot if we are on wayland
hook global ModuleLoaded wayland %{ hook global ModuleLoaded wayland %{
set-option global termcmd 'footclient sh -c' set-option global termcmd 'footclient dash -c'
} }
# This gets overridden by editorconfig but we set sane default anyways # This gets overridden by editorconfig but we set sane default anyways
@ -141,6 +141,10 @@ define-command goto-debug %{
map -docstring 'open debug buffer' global user D ':goto-debug<ret>' map -docstring 'open debug buffer' global user D ':goto-debug<ret>'
define-command exec-selection %{
execute-keys ':<c-r>.<ret>'
}
# jumplist # jumplist
# map -docstring 'jump forward' global normal <c-f> <c-i> # map -docstring 'jump forward' global normal <c-f> <c-i>