AutoYADM commit: 2025-05-05 16:13:08

This commit is contained in:
Daniel Fichtinger 2025-05-05 16:13:08 -04:00
parent b994899a28
commit cc15ddf86a

View file

@ -114,12 +114,10 @@ C-r = ":lsp-restart"
# toggle lsp
# C-r = '@:toggle lsp.enable<ret>:echo %sh{sleep 0.1}<ret>:lsp-restart<ret>'
A-o = '@o<esc>O<esc>h'
C-A-r = ":lsp-stop"
# config file stuff
A-r = ":config-reload"
A-o = ":config-open"
A-w = ":config-open-workspace"
# execute current file
# A-x = ':sh "%sh{pwd}/%{buffer_name}"'
@ -218,6 +216,9 @@ m = '@ks*'
t = '@:insert-output cat <C-r>% | markdown-toc --bullets - --no-firsth1 -<ret>'
[keys.normal.space]
A-r = ":config-reload"
A-o = ":config-open"
A-w = ":config-open-workspace"
y = ':w'
Y = ':w!'
# create line above and below selection