Skip to content

zgqq/KJump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KJump

A simplify plugin ported from vim-EasyMotion plugin for Intellij Platform IDE. And can be integrated with IdeaVim.

There are no default activated shortcuts. You can assign KJump activation shortcuts in Settings->Keymap->KJump menu, such as <c-,> <c-;> etc, or integrate with IdeaVim by add below section in ~/.ideavimrc:

nmap <leader><leader>s :action KJumpAction<cr>
nmap <leader><leader>w :action KJumpAction.Word0<cr>
nmap <leader><leader>l :action KJumpAction.Line<cr>
// more action see table below
Name Action Desc
KJump KJumpAction Input 1 character and jump to any same character.
KJump Word 0 KJumpAction.Word0 Jump to any word.
KJump Word 1 KJumpAction.Word1 Input 1 character and jump to any word start with this character.
KJump Line KJumpAction.Line Jump to any line.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%