03/01/2024

Thread

Tweet 1

Two pro tips for people who use my gpt vim plugin: nnoremap <leader>c ?`<CR>jvNk$"ty:vnew<CR>i<Esc>"tp:w! <CR> nnoremap <leader>i :let currentfile = @% \| new \| execute 'terminal python3 -i '.currentfile<CR>i

---

Tweet 2

You can tell which of these I wrote and which gpt wrote because gpt gave the variable a descriptive name

---