AutoYADM commit: 2025-05-21 15:12:39

This commit is contained in:
Daniel Fichtinger 2025-05-21 15:12:39 -04:00
parent b0590df0d9
commit 900e7e4437
3 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,3 @@
function kakmsg --description 'Send commands to Kakoune session'
echo "$argv[2..]" | kak -p "$argv[1]"
end