ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

VIM Navigation

by demisx ALL

VIM native navigation in SublimeText editor

Details

  • 2014.10.25.21.14.45
  • github.​com
  • github.​com
  • 11 years ago
  • 20 minutes ago
  • 11 years ago

Installs

  • Total 34K
  • Win 14K
  • Mac 11K
  • Linux 9K
Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2
Windows 1 1 0 0 4 1 0 2 0 2 1 1 1 1 2 1 0 0 0 4 1 0 2 1 0 0 0 1 3 2 2 1 1 1 2 1 1 1 1 0 2 1 0 3 0 2
Mac 0 0 0 0 2 3 0 2 0 0 0 0 1 1 0 0 0 0 1 2 0 0 1 0 1 0 0 2 0 0 1 0 1 2 0 1 1 1 1 0 2 1 0 0 0 1
Linux 1 0 0 0 1 0 2 1 0 0 2 2 3 1 0 1 3 0 1 1 0 1 4 2 1 0 0 0 1 1 1 2 1 2 0 2 2 2 0 0 0 0 4 1 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeTex Native VIM Navigation

This plugin allows you to use some native VIM shortcuts when navigating file contents. Navigate faster without constantly moving your hand to the cursor keys.

Please create a new issue if you would like to add additional mappings. I am trying to keep only most useful keymaps with minimum interference with the default ones.

Usage

Note: Add shift to any of these to select characters while moving

Move cursor: * control(Mac) / alt(Linux/Win) + k - move cursor up * control(Mac) / alt(Linux/Win) + j - move cursor down * control(Mac) / alt(Linux/Win) + l - move cursor right * control(Mac) / alt(Linux/Win) + h - move cursor left

Move by words: * control(Mac) / alt(Linux/Win) + w - move forward by word * control(Mac) / alt(Linux/Win) + b - move backwards by word

Move by paragraph: * control(Mac) / alt(Linux/Win) + [ - move forward by paragraph * control(Mac) / alt(Linux/Win) + ] - move backwards by paragraph

Delete current line: * control(Mac) / alt(Linux/Win) + d - delete current line