vim

James Amberger 2025-06-11T15:23:04.096059Z

I wish to highlight bpstahlman’s great work on vim-sexp which is still my go-to after switching to neovim last year. https://github.com/bpstahlman/vim-sexp/tree/enhanced-sexp-objects is the branch you should use, and check out the “flow commands” which are great for moving the cursor around and which also keep a visual selection balanced automatically as you move around with them.

👍 2
❤️ 1
➕ 1
dominicm 2025-06-17T00:55:42.381719Z

Huge pr! https://github.com/guns/vim-sexp/pull/34 some of these commits are very old!

dominicm 2025-06-17T00:57:48.102739Z

What are you finding particularly useful?

2025-06-11T17:34:24.881459Z

I miss vim-sexp so much when I am writing code that isn't in a lisp.