gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

Keyboard bindings conflict with MoveTab #18

Closed eastpoint-api closed 12 years ago

eastpoint-api commented 12 years ago

Ctrl+Shift+PageUp / PageDown are already used by the MoveTab plugin https://github.com/SublimeText/MoveTab

gornostal commented 12 years ago

You can change this by clicking Preferences -> Package Settings -> Modific -> Key bindings - User and set whatever key binding you want :)

[
    { "keys": ["ctrl+shift+pageup"], "command": "jump_between_changes", "args": {"direction": "prev"} },
    { "keys": ["ctrl+shift+pagedown"], "command": "jump_between_changes", "args": {"direction": "next"} }
]