targets.vim
vim-easymotion
targets.vim | vim-easymotion | |
---|---|---|
48 | 49 | |
2,605 | 7,596 | |
-0.1% | 0.0% | |
2.4 | 0.0 | |
about 1 year ago | over 1 year ago | |
Vim Script | Vim Script | |
MIT License | - |
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.
targets.vim
-
How to move really efficiently in Vim?
targets is nice too.
-
Two Weeks into Vim: A Transformation
The thing that has the biggest impact on me is ci”, ca”, da”, etc.. so I suggested getting used to using those.. and then you can get more pedantic with it using https://github.com/wellle/targets.vim
-
Is there a shorcut to select words in quotes including the quotes?
I do recommend getting, targets.vim https://github.com/wellle/targets.vim .. which unlocks the n(ext) and l(ast) verbs(?) ..ahhhh it’s REALLY REALLY good, I use 2in” like a lot
-
Text-object selection works forward, but not backwards, and I'm curious about that
In fact, as /u/Chillbrosaurus_Rex points out, there's a plugin, targets.vim, that expands on Vim's built-in text objects, and one of the things it does is to provide this kind of forward and reverse direction functionality.
- Installing argtextobj.vim
- How to delete inside backtick pairs, e.g JS template strings.
-
neovim plugins that have improved your workflow
Hey, I use targets.vim, how does it compare with that?
-
Leap.nvim: Neovim’s Answer to the Mouse
You might benefit from targets.vim, it works well with your thought process. It adds a bunch of new really useful editing targets (which should be builtin imo).
https://github.com/wellle/targets.vim
-
Is there a textobject for `object.` in `object.property.another`?
Thanks for the through explanation. I has seen that and considered using it in the past. Can I ask how it compares to https://github.com/wellle/targets.vim? Would you consider mini.ai a replacement or complementary?
-
Why does ci" work from elsewhere on a line, but it doesn't for ci[ , ci{ ?
This is provided by targets.vim, along with a bunch of other useful text objects.
vim-easymotion
-
Past and Present Futures of User Interface Design
So many ways!
(f)find (a) (;)repeat
That would be the generic vim way. I could mash on semicolon to get to each instance of "a" in the line.
Most people use a plugin called easy motion instead.
You type some two character key command to start it. For me it's "ff".
After ff, i type any two characters. It will then highlight each place in the document that start with those two characters (think an inline table of contents) that I can then select.
https://github.com/easymotion/vim-easymotion
-
How to start using Vim
The following approach is to use Vim with VsCode. If you use it, just install the Vim plugin. The easymotion plugin will be automatically installed to make you happy. For me, it’s the most important Vim plugin, which significantly increases your coding speed.
-
Do you folks have any unpopular vim script customizations you are proud of?
vim-easymotion together with space as mapleader (let mapleader = "\" in your .vimrc) can open up a new world for you.
-
F/f/T/t highlight plugin?
Why not sneak or easymotion?
-
Vim user Switching to Colemak-DHm, need advice.
I'm also on team no remap. I don't use hjkl anymore and instead have a nav layer bound to where hjkl would be when I hold a thumb key down. I also use https://github.com/easymotion/vim-easymotion Bound to norm s.
-
How to move really efficiently in Vim?
Incredible that nobody mentioned vim-easymotion - totally necessary for me.
-
Weekly Vim tips and tricks thread! #24
But have you tried https://github.com/easymotion/vim-easymotion (I recommend let mapleader = "\").
-
Blog | My Vim Command Workflow
By vim motions, do you mean native motions or extended motions with plugins like vim easymotion and vim sneak? Those are the two I've been trying out recently.
- How to achieve vim-easymotion behaviour in hx?
-
Leap.nvim: Neovim’s Answer to the Mouse
Been around since ~2012 via vim-easymotion as well: https://github.com/easymotion/vim-easymotion
What are some alternatives?
wilder.nvim - A more adventurous wildmenu
Bitwarden - Bitwarden infrastructure/backend (API, database, Docker, etc).
nvim-treesitter-textobjects
vim-sneak - The missing motion for Vim :athletic_shoe:
todoist.nvim - A todoist extension for neovim
leap.nvim - Neovim's answer to the mouse 🦘