AutoYADM commit: 2025-03-09 14:45:03

This commit is contained in:
Daniel Fichtinger 2025-03-09 14:45:03 -04:00
parent d9db79d1cb
commit 2ffc18d485

View file

@ -133,6 +133,15 @@ C-u = ["page_cursor_half_up", "align_view_center"]
[keys.normal."["]
x = "extend_line_above"
[keys.normal.space]
# yazi integration
space = [
':sh rm -f /tmp/yazi-path',
':insert-output yazi %{buffer_name} --chooser-file=/tmp/yazi-path',
':open %sh{cat /tmp/yazi-path}',
':redraw',
':set mouse false',
':set mouse true',
]
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'''
P = '''