7
submitted 1 year ago by dlvhdr@lemmy.world to c/neovim@sopuli.xyz

I’ve tried all the surround plugins but what I really want is just the simple flow of: make a selection -> press “, ( etc to surround. Is that not possible with vim?

you are viewing a single comment's thread
view the rest of the comments
[-] Spore@lemmy.ml 4 points 1 year ago* (last edited 1 year ago)

It's possible but would be awkward without making significant changes to default key mapping. ", , and ( are all motions by default, using them with a selection means "move one end of the selection to there".
Even "selection-first" editors like kakoune and helix binds the surround command with a prefix (select → surround operator → symbol). It just works better that way.

this post was submitted on 08 Jul 2023
7 points (100.0% liked)

Neovim

1604 readers
1 users here now

Neovim is a modal text editor forked off of Vim in 2014. Being modal means that you do not simply type text on screen, but the behavior and functionality of the editor changes entirely depending on the mode.

The most common and most used mode, the "normal mode" for Neovim is to essentially turn your keyboard in to hotkeys with which you can navigate and manipulate text. Several modes exist, but two other most common ones are "insert mode" where you type in text directly as if it was a traditional text editor, and "visual mode" where you select text.

Neovim seeks to enable further community participation in its development and to make drastic changes without turning it in to something that is "not Vim". Neovim also seeks to enable embedding the editor within GUI applications.

The Neovim logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 3 years ago
MODERATORS