deletes the next 22 char (including current char). </td></tr>
Alt+d1 | Delete 1 char. alt+d1 deletes 1 char |
Alt+d2 | Delete 2 char. alt+d2 deletes 2 char |
Alt+d3 | Delete 3 char. alt+d3 deletes 3 char |
Alt+d4 | Delete 4 char. alt+d4 deletes 4 char |
Alt+d5 | Delete 5 char. alt+d5 deletes 5 char |
Alt+d6 | Delete 6 char. alt+d6 deletes 6 char |
Alt+d7 | Delete 7 char. alt+d7 deletes 7 char |
Alt+d8 | Delete 8 char. alt+d8 deletes 8 char |
Alt+d9 | Delete 9 char. alt+d9 deletes 9 char |
Alt+D | Delete previous N lines plus current line |
Alt+da | Delete all, entire file |
Alt+db | Delete to Bottom of Tab/Buffer/Window/File |
Alt+DB | Delete to Beginning of Tab |
Alt+dc | Delete N char. alt+dc20 deletes 20 char |
Alt+DC | Delete N char backwards alt+dc20 deletes backwards 20 char |
Alt+de | Delete to end of line. Similar to Sublime Ctrl+KK |
Alt+DE | Delete to start of line. Similar to Sublime Ctrl_K+<Backspace> |
Alt+dl | Delete line |
Alt+dn | Delete up to next find occurrence |
Alt+dm | Delete from mark (alt+mm) to cursor |
Alt+ds | Delete spaces from cursor to non-whitespace. If on non-whitespace then go to next line and do it. |
Alt+DS | Delete spaces to the left |
Alt+dd | Delete word under cursor |
Alt+dw | Delete to end of word. Similar to Sublime Ctrl+KW |
Alt+DW | Delete to start of word. Similar to Sublime Ctrl+Backspace |
Alt+x | Cut multiple lines alt+x42<enter> |
Alt+X | Cut previous N lines plus current line |
Alt+xa | Cut all, entire file |
Alt+xb | Cut to Bottom of Tab/Buffer/Window/File |
Alt+XB | Cut to Beginning of Tab |
Alt+xe | Cut to end of line. Similar to Sublime Ctrl+KK |
Alt+XE | Cut to start of line. Similar to Sublime Ctrl_K+<Backspace> |
Alt+xl | Cut line |
Alt+xm | Cut from mark (alt+mm) to cursor |
Alt+xn | Cut up to next find occurrence |
Alt+xs | Cut spaces from cursor to non-whitespace. If on non-whitespace then go to next line and do it. |
Alt+XS | Cut spaces to the left |
Alt+xx | Cut word under cursor |
Alt+xw | Cut to end of word. Similar to Sublime Ctrl+KW |
Alt+XW | Cut to start of word. Similar to Sublime Ctrl+Backspace |
Alt+pl | Paste Line after current line |
Alt+PL | Paste Line before current line |
</table>
## Find and Replace Commands
Alt+df | find word under cursor |
Alt+DF | find reverse word under cursor |
Alt+fa | Similar to Sublime Ctrl+Shift+F. search all open files for match |
Alt+fb | find back. return to position before find operation. |
Alt+ff | Similar to Sublime F3. Find next occurrence of search text. |
Alt+FF | Similar to Sublime Shift+F3. Find previous occurrence. |
Alt+kb | show sidebar with list of open files |
Alt+KB | hide sidbar with list of open files |
Alt+FR | Find previous occurrence. |
Alt+fc | set find case sensitive |
Alt+FC | clear find case sensitive (case insensitive) |
Alt+fw | set find whole word |
Alt+FW | clear find whole word |
Alt+gg | Grep/Find all matches in all open files. |
Alt+GG | Return to previous file before grep. The previous files are stacked so you can go back multiple files. |
Alt+grep | Find all matches in specific files. |
Alt+hh | Find and Replace again. |
Alt+VV | Paste and Find Prev |
Alt+vv | Paste and Find Next |
Alt+_minus_ | Jump back to previous position before Find. Similar to Sublime lued.jump_back. |
Alt+_ | Jump forward to next position in jump stack. Similar to Sublime lued.jump_forward. |
## Line Swap Commands
Alt+sl | Swap current line with next line. Similar to Sublime Ctrl+DOWN arrow |
Alt+SL | Swap current line with prev line. Similar to Sublime Ctrl+UP arrow |
Alt+bl | line sinks down towards bottom of file. Similar to sublime Ctrl+Shift+Down |
Alt+BL | line floats up towards top of file. Similar to Sublime Ctrl+Shift+Up |
Alt+br | swap current word with next word. Similar to Sublime move_word_right |
Alt+BR | swap current word with prev word. Similar to Sublime move_word_left |
## Indent and Align Commands
Alt+ii | Indented selected lines one space |
Alt+II | Unindent selected lines one space |
Alt+ir | Reindents selected per defined lued.indent size |
Alt+is | Set lued.indent size |
Alt+aa | Select All (Entire File). Similar to Sublime Ctrl+A. |
Alt+al | Align char on next line with current line |
Alt+af | Align First char on next line with current line. If lines selected then align all lines with first line. |
## Center Cursor Commands
Alt+ce | Keep cursor centered |
Alt+CE | Turn off keep cursor centered |
Alt+kc | Recenters cursor to center, press again and recenters to top. Similar to Sublime's CTRL+KC. vim's zz/zt. |
Alt+KC | Recenters cursor to top, press again and recenters to center. Similar to Sublime's CTRL+KC. vim's zz/zt. |
## Comment Commands
Alt+cc | Comment out line. Similar to Sublime Ctrl+slash. |
Alt+CC | Uncomment selected lines. |
Alt+cs | Comment set. Change start of comment string. |
## Upper / Lower Case Commands
Alt+kl | Similar to Sublime Ctrl+KL. Convert to Lower Case |
Alt+ku | Similar to Sublime Ctrl+KU. Convert to Upper Case |
## Mark Commands
Alt+sm | Similar to Sublime Ctrl+KA. Select from mark to cursor (set mark with alt_mm) |
Alt+dm | Similar to Sublime Ctrl+KW. Delete from mark to cursor (set mark with alt_mm) |
Alt+m | Set Named Marker |
Alt+M | Goto Named Marker |
Alt+mm | Similar to Sublime Ctrl+K+space. Set Mark |
Alt+MM | Goto previous mark |
Alt+mn | Goto next mark in stack |
## Insert Line Before / After Commands
Alt+ll | Goto to end of line and insert new line. similar to vi's o. Similar to Sublime Ctrl+Enter |
Alt+LL | Goto beginning of line and insert new line. similar to vi's O. Similar to Sublime Ctrl+Shift+Enter |
## Page Up / Down Commands
Alt+p | Move down N lines |
Alt+P | Move up N lines |
Alt+pp | Similar to Sublime <PageDn> (or ctrl+u in vintage mode) , move down half page |
Alt+PP | Similar to Sublime <PageUp> (or ctrl+d in vintage mode), move up half page |
## Remove Tabs and Spaces
Alt+ralt | Replace all leading tabs with spaces at start of line |
Alt+rats | Remove all trailing spaces at end of line |
Alt+ratsall | Remove all trailing spaces in all files |
Alt+z | Similar to Sublime Ctrl-z. Undo. After alt-z is used, ctrl-z becomes unix suspend command. |
Alt+incr | Read number at current position, go down a line, and replace number with incremented value. |
Alt+INCR | Decrement next line's index. |
## Configuration Commands
Alt+.c | Toggle Ctrl+C between Cut and Kill Process |
Alt+.ind | Turn auto-lued.indent on/off |
Alt+.edi | Change from Lua mode to Edit mode. You almost always want to be in edit mode. |
Alt+.lua | Toggle to Lua mode to enter lua commands. Rarely used. |
Alt+.mlt | Set minimum lines to from top of page to cursor |
Alt+.mlb | Set minimum lines from cursor to bottom of page |
Alt+.ps | Change number of lines for page up/down command |
Alt+.sl | Toggle on/off the status line |
Alt+.slr | Toggle status line being shown in reverse video |
Alt+.tab | Toggle replace tabs with spaces as you type (defaults to replace) |
Alt+.rts | Toggle on/off remove trailing spaces as you type (defaults to don't remove) |
Alt+p_squote | Put string into lued.paste buffer |
## Misc Commands
Alt+^ | Delete from cursor to start of line |
Alt+$ | Delete from cursor to end of line |
Alt+// | Find forward |
Alt+:w | Save File. Similar to Vi :w |
Alt+colors | Show colors |
Alt+cd | Change directory |
Alt+ed | Change to EDIT mode. You almost always want to be in EDIT mode. |
Alt+help | Help. Open lued_bindings.lua |
Alt+jj | Similar to Sublime Ctrl+J. Join lines. |
Alt+ln | show absolute line numbers |
Alt+LN | hide absolute line numbers |
Alt+rln | show relative line numbers |
Alt+RLN | hide relative line numbers |
Alt+ls | unix ls command. dos dir command |
Alt+LU | Change to LUA mode. You rarely want to be in lua mode. |
Alt+noop | No Op. Type no if you've pressed esc and can't think of any other command to type |
Alt+nop | No Op. Type no if you've pressed esc and can't think of any other command to type |
Alt+note | Open user's notes file |
Alt+os | Run Operating System Command |
Alt+pwd | print working directory |
Alt+qq | Wrap line at cursor. Subsequent lines end at previous line. Similar to Sublime Alt+q |
Alt+QQ | set join wrap |
Alt+reinit | Reload lued script |
Alt+review | Review mode prevents saving file |
Alt+refresh | Reload current file |
Alt+sa | Similar to Sublime Ctrl+Shift+S. File Save as. |
Alt+Ss | Save session file |
Alt+Sl | Load session file |
Alt+Seti | Set Scope Indent SI2 SI3 SI4 |
Alt+test = lued.open_filerc_test </td></tr>
Alt+todo | open user's todo file |
</table>
|