-
Trying to search for a string in my clipboard with easymotion results in the pasted text is inserted directly into the buffer window as opposed than on the easymotion search. Maybe some clipboard hand…
ddaza updated
11 months ago
-
I would like to jump to declaration using `IdeaVim-EasyMotion`.
I have `nmap f (easymotion-bd-w)` in my `.ideavimrc` but I couldn't find the way to specify a `JumpMode`. Is it possible?
-
I currently have my easymotion keys set as like so:
```
let g:EasyMotion_keys='NMOLPKQJRISHTGUFVEWDXCYBZA'
```
This way, when I press the map for `(easymotion-s)`, the target letters appear alphabet…
-
A nice feature would be the two letter search as in the original Vim easy-motion: https://github.com/easymotion/vim-easymotion#2-character-search-motion
-
So that EasyMotion can progress and use libraries from v15.x and beyond, I suggest we create a separate branch for a VS2015-only version.
I have created such a branch on my fork. [justcla/EasyMotio…
-
Due to the nature of web pages (which are often less linear than plain text), vim motion commands alone are too inefficient for navigating between different blocks or sections of text. Yes, you can us…
-
Most commands (from my testing: easymotion-j; easymotion-k; easymotion-lineforward; easymotion-linebackward, easymotion-f, easmotion-f2) use the highlighting properly. That is, they change the highlig…
-
I love easymotion. I want to use it everywhere :) and I sometimes `gt` and `gT` a lot, which is too bad..
Is there an option to navigate to another tab the easymotion style? A quick `/\` on easymot…
-
I have added this following line to my .vimrc
nmap ;f (easymotion-bd-f)
nmap ;s (easymotion-s2)
After I search for a character using this maps, I can't repeat the search, i.e., if I press ; it …
-
### Check for existing issues
- [X] Completed
### Describe the feature
[Flash](https://github.com/folke/flash.nvim) lets you search and jump to Text inside a file by appending jump labels as …