Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| ----- Esc ----- | |
| Quick change directory: Esc + c | |
| Quick change directory history: Esc + c and then Esc + h | |
| Quick change directory previous entry: Esc + c and then Esc + p | |
| Command line history: Esc + h | |
| Command line previous command: Esc + p | |
| View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
| Print current working directory in command line: Esc + a | |
| Switch between background command line and MC: Ctrl + o | |
| Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| #!/bin/sh | |
| PYRUS=/path/to/pyrus.phar | |
| php $PYRUS . set bin_dir ./bin | |
| pear download components.ez.no/Base | |
| pear download components.ez.no/ConsoleTools | |
| php $PYRUS . channel-discover pear.phpunit.de | |
| php $PYRUS . channel-discover components.ez.no | |
| php $PYRUS . channel-discover pear.symfony-project.com | |
| php $PYRUS . install Base-1.8.tgz | |
| php $PYRUS . install ConsoleTools-1.6.1.tgz |
| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE extension SYSTEM "ext-1.0.dtd"> | |
| <extension engine="1.0"> | |
| <id></id> | |
| <title></title> | |
| <description></description> | |
| <author></author> | |
| <version>0.1</version> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>LABjs Demo</title> | |
| </head> | |
| <body> | |
| <!-- some stuff --> | |
| <script src="/js/LAB.js"></script> |