>>109086849
gemini free vibed me this
the shortcut command
gnome-terminal -- /home/melmao/ghost_note.sh
ghost_note.sh
#!/bin/bash
exec nvim -n --cmd "set updatetime=210 |autocmd CursorHold,CursorHoldI * if line('$') > 1 || getline(1) != '' | silent write | endif" --cmd "let g:away_timer = -1 | autocmd FocusLost * let g:away_timer = timer_start(60000, {-> execute('qall!')}) | autocmd FocusGained * if g:away_timer != -1 | call timer_stop(g:away_timer) | let g:away_timer = -1 | endif" /home/melmao/Documents/Obsidian\ Stuff/GTD/INBOX/$(date +%Y%m%d%H%M%S).md +startinsert
melmao is the hard-coded username.