AutoYADM commit: 2025-07-11 17:47:01

This commit is contained in:
Daniel Fichtinger 2025-07-11 17:47:01 -04:00
parent 1ec996a1e1
commit 9c6d92bfeb
3 changed files with 7 additions and 9 deletions

View file

@ -165,14 +165,9 @@ define-command goto-debug %{
map -docstring 'open debug buffer' global user d ':goto-debug<ret>'
declare-filetype-mode kak
# TODO: automatically add -override for overridable commands?
define-command exec-selection %{
execute-keys ':<c-r>.<ret>'
}
map -docstring 'execute selection' global kak x ': exec-selection<ret>'
require-module repl
map -docstring 'execute selection' global kak x ': execute-selection<ret>'
map -docstring 'execute file' global kak X ': execute-file<ret>'
# jumplist