Skip to content

Jetbrains plugin to allow for faster caret movement in files.

License

Notifications You must be signed in to change notification settings

shamwow/LineJumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LineJumper

Jetbrains plugin that enables custom line jump actions (moving text caret X number of lines up or down). Keyboard shortcuts can be assigned to these actions.

Basic Usage

  • After installing, go to the 'Code' menu item and from the 'Line Jumper' pop out, select 'Create Jump Action'.

Line Jumper Menu

  • Enter the number of lines the action should jump and confirm.
  • This wil create 'Jump Up X' and 'Jump Down X' actions, shown in the 'Line Jumper' menu pop out. Keyboard shortcuts can then be assigned to each of these.
  • Action is configured to select while jumping if shift is held when using with keyboard shortcuts. To configure this, also assign the same keyboard shortcut with shift held down to the jump action. For example, if the key board shortcut to jump up 10 lines is alt + up-arrow, also assign alt + shift + up-arrow to jump up 10 lines.
  • Jump configuration is stored in the Jetbrains IDE config folder as linejumper.xml.
  • Jump actions can be removed individually via 'Remove Jump Actions' in the 'Line Jumper' pop out.

License

MIT

About

Jetbrains plugin to allow for faster caret movement in files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages