KeymapEnhanced
Keyboard rebindings for default sublime functions
Details
Installs
- Total 2K
- Win 1K
- Mac 461
- Linux 356
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime KeymapEnhanced plugin
Provides sublime-enhanced keyboard bindings for default sublime functions.
WARNING
This plugin maps basic cursor moving to characters (not arrows and page up/down, home/end). Read “Commands” section to find out all mappings.
This plugin remaps redo to ctrl+r.
Installation
This plugin is part of sublime-enhanced plugin set. You can install sublime-enhanced and this plugin will be installed automatically.
If you would like to install this package separately check “Installing packages separately” section of sublime-enhanced package.
Commands
Description | Keyboard shortcut |
---|---|
Insert dash | - |
Insert minus | _ |
Insert “->” if no space before cursor | . |
Move by character left | alt+j |
Move by character right | alt+l |
Move by line up | alt+i |
Move by line down | alt+k |
Select by character left | alt+shift+j |
Select by character right | alt+shift+l |
Select by line up | alt+shift+i |
Select by line down | alt+shift+k |
Move by word left | ctrl+j |
Move by word right | ctrl+l |
Select word left | ctrl+shift+j |
Select word right | ctrl+shift+l |
Goto begin of line | alt+; |
Goto end of line | alt+' |
Select begin of line | alt+shift+; |
Select end of line | alt+shift+' |
Goto begin of file | alt+ctrl+; |
Goto end of file | alt+ctrl+' |
Select begin of file | alt+ctrl+shift+; |
Select end of file | alt+ctrl+shift+' |
Delete line | alt+shift+/ |
Delete to end of line | ctrl+shift+/ |
Delete to begin of line | ctrl+shift+backspace |
Add line down | ctrl+enter |
Add line up | shift+enter |
Autocompletion | ctrl+space |
Command palette | alt+\ |
Select tag | alt+t |
Next view | ctrl+tab |
Prev view | ctrl+shift+tab |
Next view | ctrl+. |
Prev view | ctrl+, |
Paste and ident | ctrl+v |
Paste | ctrl+shift+v |
Paste from history | ctrl+alt+shift+v |
Redo | ctrl+r |
Move line up | alt+ctrl+shift+i |
Move line down | alt+ctrl+shift+k |
Show keywords overlay | f2 |
Reopen last closed tab | ctrl+shift+t |
Line comment | ctrl+q |
Block comment | ctrl+shift+q |
Split selection to lines | ctrl+w |
Goto css declaration | ctrl+e |
Focus first tab | ctrl+1 |
Focus second tab | ctrl+2 |
Focus third tab | ctrl+3 |
Focus fourth tab | ctrl+4 |
Focus fifth tab | ctrl+5 |
Soft undo | ctrl+alt+shift+z |
Soft redo | ctrl+alt+shift+r |
Toggle menu | ctrl+u, ctrl+m |
Toggle tabs | ctrl+u, ctrl+b |
Toggle sidebar | ctrl+u, ctrl+a |
Toggle status bar | ctrl+u, ctrl+x |
Decrease font size | ctrl+u, ctrl+[ |
Increase font size | ctrl+u, ctrl+] |
Closetag | ctrl+u, ctrl+. |
Uniq lines | ctrl+u, q |
Sort lines | ctrl+u, tab |
Open project settings | ctrl+u, p |
Save opened folder as project | ctrl+u, a |
Open keymap | ctrl+u, u |
Open settings | ctrl+u, y |
Find in files | ctrl+u, ctrl+f |
Find in view | ctrl+u, f |
Replace | ctrl+u, ctrl+h |
Toggle regexp in find/replace | alt+q |
Toggle case sensetive in find/replace | alt+w |
Toggle whole word in find/replace | alt+e |
New file | ctrl+shift+n |
New window | ctrl+u, ctrl+n |
Open folder | ctrl+u, \ |
Open file | ctrl+u, o |
Open project | ctrl+u, ctrl+p |
Save | ctrl+u, ctrl+s |
Save as | ctrl+u, s |
Wrap lines | ctrl+m, ctrl+w |
Close file | ctrl+u, ctrl+l |
Close all | ctrl+u, ; |
Add line into brackets | enter |
Dependencies
None