flit.nvim
Enhanced f/t motions for Leap (by ggandor)
substitute.nvim
Neovim plugin introducing a new operators motions to quickly replace and exchange text. (by gbprod)
flit.nvim | substitute.nvim | |
---|---|---|
7 | 11 | |
382 | 678 | |
0.3% | 1.6% | |
7.1 | 3.7 | |
11 months ago | 4 months ago | |
Lua | Lua | |
The Unlicense | Do What The F*ck You Want To Public License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flit.nvim
Posts with mentions or reviews of flit.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
-
lazyvim: f command generates error
recent bug in leap.nvim that flit.nvim depends on, you can revert the commit to avoid it.
-
What is the font used in this gif? It looks like Droid Sans Mono, but M, s, a and r are not quite the same.
But the flit.nvim (where the file is taken) is a plugin for neovim.
-
What do you use 's' for in normal mode? vanilla? or something like leap?
although I think I'll use https://github.com/ggandor/flit.nvim which promises to free up ; which would be quite nice
-
Search notification: alternative to easy-motion-like
Once you get used to leap and https://github.com/ggandor/flit.nvim based navigation you wonder why it's not built in to the editor. So much smoother than / navigation. I don't understand what's pure about poor ergonomics, it's just self flagellation.
-
Leap vs hop
They both introduce ways to move your cursor to a specific point in ~3-4 keystrokes. Hop has multiple modes and paints each target word/line/character/etc with a target, while Leap has one mode (go to target character) and only adds an extra marker if necessary. Leap also has other nice extensions based off it like leap-spooky and flit
-
Leap.nvim updates
flit.nvim ("clever-f" module)
-
flit.nvim: clever-f with labels - what more to ask for?
Hi everyone! So here is the most recent little skunkworks project from Leap Labs. Consider it as more of a preview or proof of concept stuff. If everyone says "oh, it's pure awesomeness, this is what I've been missing", then it might even make sense to implement it in the core (Leap). (But at that point, we might even consider merging Lightspeed and Leap back together...(??))
substitute.nvim
Posts with mentions or reviews of substitute.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-21.
-
Your favourite Neovim plugins?
https://github.com/gbprod/substitute.nvim https://github.com/smjonas/duplicate.nvim
-
Operator Modifier?
Try this https://github.com/gbprod/substitute.nvim
-
What do you use 's' for in normal mode? vanilla? or something like leap?
That one - https://github.com/gbprod/substitute.nvim . It is two plugins in one technically, substitute and exchange.
-
single yank and multiple pastes over selection
I use substitute.nvim for this purpose, which adds the "substitute" verb that you can apply to a text object to paste over it (without modifying your register).
-
What Vim Motions Do I Need For This?
I know you can accomplish this with vanilla vim motions, but I use a plugin for substituting textobjects with what's in my registers called substitute.nvim. vim-subversive and vim-exchange are other alternatives.
-
keep yank after paste the content above anthor content.
I would recommend substitute.nvim. It lets you input text over a text-object, and doesn't affect your " register
-
neovim plugins that have improved your workflow
vim-subversive/substitute.nvim
-
New Plugin: cool-substitute
Very cool! I think there is also https://github.com/gbprod/substitute.nvim
-
Paste a word without losing the yank buffer
For neovim users -> gbprod/substitute.nvim sxiw jump to another word and press dot
- GitHub - gbprod/substitute.nvim: Neovim plugin introducing a new operators motions to quickly replace and exchange text.
What are some alternatives?
When comparing flit.nvim and substitute.nvim you can also consider the following projects:
Vim - The official Vim repository
mini.ai - Neovim Lua plugin to extend and create `a`/`i` textobjects. Part of 'mini.nvim' library.
leap-spooky.nvim - 👻 Actions at a distance
vim-cutlass - Plugin that adds a 'cut' operation separate from 'delete'
leap.nvim - Neovim's answer to the mouse 🦘
flash.nvim - Navigate your code with search labels, enhanced character motions and Treesitter integration