diff --git a/.config/helix/config.toml b/.config/helix/config.toml index ceeda087..6e2e5253 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -160,6 +160,11 @@ space = [ ':set mouse false', ':set mouse true', ] + +m = ''' +@:echo hi +''' + 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 = '''