Skip to content

Sublime Text Plugin to move up or down some lines

Notifications You must be signed in to change notification settings

flipsi/SublimeMoveMore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveMore

A plugin for Sublime Text to move up or down some lines.

Description

I noticed that it seems to be impossible to simply move the cursor up or down more than one line with one single keystroke. There are cumbersome workarounds or ideas with a slightly different effect (see here and here).

This plugin implements exactly the desired cursor movement.

Installation

Package Control

Use the Install Package command of Package Control and search for MoveMore.

Manually

Clone this repository:

git clone https://github.com/sflip/SublimeMoveMore

(or download it manually) and place it in your Sublime Packages folder.

Usage

I added some default key bindings you can use right away:

{ "keys": ["ctrl+alt+down"], "command": "move_more", "args": { "amount": 5 } },
{ "keys": ["ctrl+alt+up"], "command": "move_more", "args": { "amount": 5, "forward": false } },

But feel free to define your own. You know how to do that, don't you?

Author

Philipp Moers soziflip@gmail.com

Please do not hesitate to contact me!

About

Sublime Text Plugin to move up or down some lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published