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
  • 2 hours ago
  • 11 years ago

Installs

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

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