    
    LINES HOTKEYS
    
    +-----------------------------------+---------------------------+
    | New file                          | Ctrl+N                    |
    +-----------------------------------+---------------------------+
    | Open file                         | Ctrl+O                    |
    +-----------------------------------+---------------------------+
    | Save                              | Ctrl+S                    |
    +-----------------------------------+---------------------------+
    | Save as                           | Ctrl+Shift+S              |
    +-----------------------------------+---------------------------+
    | Reload file                       | Ctrl+R                    |
    +-----------------------------------+---------------------------+
    | Close file                        | Ctrl+W                    |
    +-----------------------------------+---------------------------+
    | Next file                         | Ctrl+Tab                  |
    +-----------------------------------+---------------------------+
    | Quit application                  | Alt+F4                    |
    +-----------------------------------+---------------------------+
    | Undo                              | Ctrl+Z                    |
    +-----------------------------------+---------------------------+
    | Redo                              | Ctrl+Y                    |
    +-----------------------------------+---------------------------+
    | Copy                              | Ctrl+C                    |
    +-----------------------------------+---------------------------+
    | Cut                               | Ctrl+X                    |
    +-----------------------------------+---------------------------+
    | Ctrl+V                            | Paste                     |
    +-----------------------------------+---------------------------+
    | Delete selection                  | Del                       |
    +-----------------------------------+---------------------------+
    | Select all                        | Ctrl+A                    |
    +-----------------------------------+---------------------------+
    | Ctrl+V                            | Paste                     |
    +-----------------------------------+---------------------------+
    | Execute javascript                | F8                        |
    +-----------------------------------+---------------------------+
    | Show working files list           | F1                        |
    +-----------------------------------+---------------------------+
    | Toggle project panel              | Ctrl+1                    |
    +-----------------------------------+---------------------------+
    | Toggle console panel              | Ctrl+2                    |
    +-----------------------------------+---------------------------+
    | Toggle outline panel              | Ctrl+3                    |
    +-----------------------------------+---------------------------+
    | Show web browser                  | Ctrl+B                    |
    +-----------------------------------+---------------------------+
    | Show web browser dev tools        | F12                       |
    +-----------------------------------+---------------------------+
    | Open terminal                     | Ctrl+T                    |
    +-----------------------------------+---------------------------+
    | Color picker                      | Alt+C                     |
    +-----------------------------------+---------------------------+
    | Go to next error                  | Alt+E                     |
    +-----------------------------------+---------------------------+
    | Go to previous error              | Alt+Shift+E               |
    +-----------------------------------+---------------------------+
    | Goto line                         | Ctrl+L|Ctrl+G             |
    +-----------------------------------+---------------------------+
    | Fold                              | Alt+L|Ctrl+F1             |
    +-----------------------------------+---------------------------+
    | Unfold                            | Alt+Shift+L|Ctrl+Shift+F1 |
    +-----------------------------------+---------------------------+
    | Toggle fold widget                | F2                        |
    +-----------------------------------+---------------------------+
    | Toggle parent fold widget         | Alt+F2                    |
    +-----------------------------------+---------------------------+
    | Fold other                        | Alt+0                     |
    +-----------------------------------+---------------------------+
    | Unfold all                        | Alt+Shift+0               |
    +-----------------------------------+---------------------------+
    | Find next                         | Ctrl+K                    |
    +-----------------------------------+---------------------------+
    | Find previous                     | Ctrl+Shift+K              |
    +-----------------------------------+---------------------------+
    | Select or find next               | Alt+K                     |
    +-----------------------------------+---------------------------+
    | Select of find previous           | Alt+Shift+K               |
    +-----------------------------------+---------------------------+
    | Toggle outline filter/editor      | F4                        |
    +-----------------------------------+---------------------------+
    | Find dialog                       | Ctrl+F                    |
    +-----------------------------------+---------------------------+
    | Overwrite cursor mode             | Insert                    |
    +-----------------------------------+---------------------------+
    | Select to start                   | Ctrl+Shift+Home           |
    +-----------------------------------+---------------------------+
    | Goto start                        | Ctrl+Home                 |
    +-----------------------------------+---------------------------+
    | Select up                         | Shift+Up                  |
    +-----------------------------------+---------------------------+
    | Goo line up                       | Up                        |
    +-----------------------------------+---------------------------+
    | Select to end                     | Ctrl+Shift+End            |
    +-----------------------------------+---------------------------+
    | Go to end                         | Ctrl+End                  |
    +-----------------------------------+---------------------------+
    | Select down                       | Shift+Down                |
    +-----------------------------------+---------------------------+
    | Go line down                      | Down                      |
    +-----------------------------------+---------------------------+
    | Select word left                  | Ctrl+Shift+Left           |
    +-----------------------------------+---------------------------+
    | Goto word left                    | Ctrl+Left                 |
    +-----------------------------------+---------------------------+
    | Select to line start              | Alt+Shift+Left            |
    +-----------------------------------+---------------------------+
    | Goto line start                   | Alt+Left|Home             |
    +-----------------------------------+---------------------------+
    | Select left                       | Shift+Left                |
    +-----------------------------------+---------------------------+
    | Goto left                         | Left                      |
    +-----------------------------------+---------------------------+
    | Select word right                 | Ctrl+Shift+Right          |
    +-----------------------------------+---------------------------+
    | Goto word right                   | Ctrl+Right                |
    +-----------------------------------+---------------------------+
    | Select to line end                | Alt+Shift+Right           |
    +-----------------------------------+---------------------------+
    | Goto line end                     | Alt+Right|End             |
    +-----------------------------------+---------------------------+
    | Select right                      | Shift+Right               |
    +-----------------------------------+---------------------------+
    | Goto right                        | Right                     |
    +-----------------------------------+---------------------------+
    | Select page down                  | Shift+Pagedown            |
    +-----------------------------------+---------------------------+
    | Goto page down                    | Pagedown                  |
    +-----------------------------------+---------------------------+
    | Select page up                    | Shift+Pageup              |
    +-----------------------------------+---------------------------+
    | Goto page up                      | Pageup                    |
    +-----------------------------------+---------------------------+
    | Scroll up                         | Ctrl+Up                   |
    +-----------------------------------+---------------------------+
    | Scroll down                       | Ctrl+Down                 |
    +-----------------------------------+---------------------------+
    | Select line start                 | Shift+Home                |
    +-----------------------------------+---------------------------+
    | Select line end                   | Shift+End                 |
    +-----------------------------------+---------------------------+
    | Toggle macro recording            | Ctrl+Alt+E                |
    +-----------------------------------+---------------------------+
    | Reply macro                       | Ctrl+Shift+E              |
    +-----------------------------------+---------------------------+
    | Jump to matching                  | Ctrl+P                    |
    +-----------------------------------+---------------------------+
    | Select to matching                | Ctrl+Shift+P              |
    +-----------------------------------+---------------------------+
    | Expand to matching                | Ctrl+Shift+M              |
    +-----------------------------------+---------------------------+
    | Remove line                       | Ctrl+Shift+D              |
    +-----------------------------------+---------------------------+
    | Duplicate selection               | Ctrl+D                    |
    +-----------------------------------+---------------------------+
    | Sort lines                        | Ctrl+Alt+S                |
    +-----------------------------------+---------------------------+
    | Toggle comment                    | Ctrl+/|Alt+1              |
    +-----------------------------------+---------------------------+
    | Toggle block comment              | Ctrl+Shift+/              |
    +-----------------------------------+---------------------------+
    | Modify number up                  | Ctrl+Shift+Up             |
    +-----------------------------------+---------------------------+
    | Modify number down                | Ctrl+Shift+Down           |
    +-----------------------------------+---------------------------+
    | Replace dialog                    | Ctrl+H                    |
    +-----------------------------------+---------------------------+
    | Copy lines up                     | Alt+Shift+Up              |
    +-----------------------------------+---------------------------+
    | Move lines up                     | Alt+Up                    |
    +-----------------------------------+---------------------------+
    | Copy lines down                   | Alt+Shift+Down            |
    +-----------------------------------+---------------------------+
    | Move lines down                   | Alt+Down                  |
    +-----------------------------------+---------------------------+
    | Backspace                         | Shift+Backspace|Backspace |
    +-----------------------------------+---------------------------+
    | Cut or delete                     | Shift+Delete              |
    +-----------------------------------+---------------------------+
    | Remove to line start              | Alt+Backspace             |
    +-----------------------------------+---------------------------+
    | Remove to line end                | Alt+Delete                |
    +-----------------------------------+---------------------------+
    | Remove to line start hard         | Ctrl+Shift+Backspace      |
    +-----------------------------------+---------------------------+
    | Remove to line end hard           | Ctrl+Shift+Delete         |
    +-----------------------------------+---------------------------+
    | Remove word left                  | Ctrl+Backspace            |
    +-----------------------------------+---------------------------+
    | Remove word right                 | Ctrl+Delete               |
    +-----------------------------------+---------------------------+
    | Outdent                           | Shift+Tab                 |
    +-----------------------------------+---------------------------+
    | Indent                            | Tab                       |
    +-----------------------------------+---------------------------+
    | Blockoutdent                      | Ctrl+[                    |
    +-----------------------------------+---------------------------+
    | Blockindent                       | Ctrl+]                    |
    +-----------------------------------+---------------------------+
    | Transpose letters                 | Alt+Shift+X               |
    +-----------------------------------+---------------------------+
    | To uppercase                      | Ctrl+U                    |
    +-----------------------------------+---------------------------+
    | To lowercase                      | Ctrl+Shift+U              |
    +-----------------------------------+---------------------------+
    | Expand to line                    | Ctrl+Shift+L              |
    +-----------------------------------+---------------------------+
    | Add cursor above                  | Ctrl+Alt+Up               |
    +-----------------------------------+---------------------------+
    | Add cursor below                  | Ctrl+Alt+Down             |
    +-----------------------------------+---------------------------+
    | Add cursor above and skip current | Ctrl+Alt+Shift+Up         |
    +-----------------------------------+---------------------------+
    | Add cursor below and skip current | Ctrl+Alt+Shift+Down       |
    +-----------------------------------+---------------------------+
    | Select more before                | Ctrl+Alt+Left             |
    +-----------------------------------+---------------------------+
    | Select more after                 | Ctrl+Alt+Right            |
    +-----------------------------------+---------------------------+
    | Select next before                | Ctrl+Alt+Shift+Left       |
    +-----------------------------------+---------------------------+
    | Select next after                 | Ctrl+Alt+Shift+Right      |
    +-----------------------------------+---------------------------+
    | Solit into lines                  | Ctrl+Alt+L                |
    +-----------------------------------+---------------------------+
    | Align cursors                     | Ctrl+Alt+A                |
    +-----------------------------------+---------------------------+
    | Find all                          | Ctrl+Alt+K                |
    +-----------------------------------+---------------------------+
