AutoYADM commit: 2025-04-12 15:45:05
This commit is contained in:
parent
4328f53248
commit
4997ff1187
1 changed files with 8 additions and 1 deletions
|
@ -158,6 +158,14 @@ o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{curs
|
|||
|
||||
[keys.normal."["]
|
||||
x = "extend_line_above"
|
||||
|
||||
[keys.normal.space.m]
|
||||
m = '@ks*'
|
||||
t = '@:insert-output cat <C-r>% | markdown-toc --bullets - --no-firsth1 -<ret>'
|
||||
[keys.select.space.m]
|
||||
m = '@ks*'
|
||||
t = '@:insert-output cat <C-r>% | markdown-toc --bullets - --no-firsth1 -<ret>'
|
||||
|
||||
[keys.normal.space]
|
||||
# yazi integration
|
||||
space = [
|
||||
|
@ -170,7 +178,6 @@ space = [
|
|||
]
|
||||
|
||||
# insert markdown toc :)
|
||||
m = {t = {o = {c = '@:insert-output cat <C-r>% | markdown-toc --bullets - --no-firsth1 -<ret>'}}}
|
||||
|
||||
p = '''
|
||||
:append-output clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected' && exit 1 || wl-paste'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue