AutoYADM commit: 2025-05-05 16:13:08
This commit is contained in:
parent
b994899a28
commit
cc15ddf86a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue