vim-easymotion
vim-gitgutter
vim-easymotion | vim-gitgutter | |
---|---|---|
49 | 32 | |
7,643 | 8,452 | |
0.6% | 0.1% | |
0.0 | 4.6 | |
over 1 year ago | 3 days 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.
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
vim-gitgutter
-
I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
I personally use nerdtree. Add nerdtree-git-plugin too, that's nice when looking at your project (for files, use vim-gitgutter).
-
How to configure vim like an IDE
vim-gitgutter
-
Margin indicator for Neovim
That said, Neovim can still run most Vimscript plugins just fine, so you can still use https://github.com/chrisbra/changesPlugin (and https://github.com/airblade/vim-gitgutter and https://github.com/mhinz/vim-signify/, which are mentioned in the README) if you want.
-
:DiffOrig changes reflected in sign column
vim-signify or git gutter can do this for files managed by git.
- Is there a simple way to see if a certain line has unsaved changes?
-
What "new-to-you" tool did you recently start using that just changed your workflow for the better?
https://github.com/tpope/vim-fugitive https://github.com/airblade/vim-gitgutter Since your already on neovim these plugins are excellent for git integration within vim! You may just prefer lazygit but having a tight integration in editor is definitely really nice for my personal workflow. Your approach is more unix-y where you have a tool for each job though!
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
-
Neovim config from scratch (Part I)
Git gutter Git status signs in the gutter (leftmost column)
- What plugins do yall use for Git
-
Are there plugins for Neovim that don't exist, that should exist, in your opinion?
vim-gitgutter supports staging/undoing hunks and a hunk text object. I find it convenient for this exact workflow.
What are some alternatives?
Bitwarden - Bitwarden infrastructure/backend (API, database, Docker, etc).
gitsigns.nvim - Git integration for buffers
vim-sneak - The missing motion for Vim :athletic_shoe:
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
leap.nvim - Neovim's answer to the mouse 🦘
vim-signify - :heavy_plus_sign: Show a diff using Vim its sign column.