AutoYADM commit: 2025-04-01 15:50:17
This commit is contained in:
parent
8fed167f85
commit
314e9f52f0
1 changed files with 2 additions and 3 deletions
|
@ -161,9 +161,8 @@ space = [
|
||||||
':set mouse true',
|
':set mouse true',
|
||||||
]
|
]
|
||||||
|
|
||||||
m = '''
|
# insert markdown toc :)
|
||||||
@:sh cat <C-r>%<ret>
|
m = {t = {o = {c = '@:insert-output cat <C-r>% | markdown-toc --bullets - --no-firsth1 -<ret>'}}}
|
||||||
'''
|
|
||||||
|
|
||||||
p = '''
|
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'''
|
: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