The ViewNav Plugin
ViewNav is a handy plugin that adds a little extra awesomeness for moving and navigating around groups/views using some simple key bindings while you have multiple views/panes open in Subime Text.
Parameters
Action
- value: binding - description
- focus: alt+arrow - makes a different group (pane) active
- move: alt+shift+arrow - move the current view (buffer) to a different group (pane)
Destination
- value: description
- (default): next group
- right: next group
- down: next group
- next: next group
- left: previous group
- up: previous group
- previous: previous group
To Install This Plugin
- download the ViewNav Plugin to your local hard-drive.
- double-click the package file
- restart Sublime Text
For Developers
- This source code for this plugin is available at google code.
- Google provides instructions for checking out the code