I use incremental selections in Neovim all the time. This is where I tap, tap, tap, and on every single tap, the selection expands starting from the cursor position and climbs up by the node or the whole scope. This feature uses Tree-sitter under the hood, so it respects the grammar of the programming language. One of my favourite features of Neovim! Your browser doesn't support HTML video. Here is a link to the video instead. A demo of incremental selection in Neovim.Configure nvim-treesitte...