\ITEM Note: 'the range' in the following commands refers to the text between the mark and cursor.
\ITEM \STYLE{code} <ctrl space> \END Set mark to the cursor position
\ITEM \STYLE{code} <ctrl a> \END Replace a substring in the range
\ITEM \STYLE{code} <ctrl c> \END Copy text from the range
\ITEM \STYLE{code} <ctrl d> \END Delete the text in the range
\ITEM \STYLE{code} <ctrl e> \END Center the active view on the cursor
\ITEM \STYLE{code} <ctrl E> \END Move the view so that it's left edge is near the cursor's current x position
\ITEM \STYLE{code} <ctrl f> \END Begin an incremental search through the current buffer
\ITEM \STYLE{code} <ctrl F> \END Create a jump location list of all loaded exact matches of a string
\ITEM \STYLE{code} <alt F> \END Create a jump location list of all loaded substring matches of a string without case sensitivity
\ITEM \STYLE{code} <ctrl g> \END Goto a specific line number
\ITEM \STYLE{code} <ctrl j> \END Convert text in the range to lowercase
\ITEM \STYLE{code} <ctrl K> \END Kill the current buffer
\ITEM \STYLE{code} <ctrl l> \END Toggle line wrapping on the current buffer
\ITEM \STYLE{code} <ctrl m> \END Swap the cursor and mark positions
\ITEM \STYLE{code} <ctrl O> \END Reload the current buffer from the file system
\ITEM \STYLE{code} <ctrl q> \END Begin an iterative query replace
\ITEM \STYLE{code} <ctrl Q> \END Begin an iterative query replace to replace the word under the cursor
\ITEM \STYLE{code} <ctrl r> \END Begin a reversed incremental search through the current buffer
\ITEM \STYLE{code} <ctrl s> \END Save the current buffer with it's given filename
\ITEM \STYLE{code} <ctrl t> \END Begin an incremenal search through the current buffer for the word under the cursor
\ITEM \STYLE{code} <ctrl T> \END Create a jump location list of all loaded exact matches of the word under the cursor
\ITEM \STYLE{code} <ctrl u> \END Convert text in the range to uppercase
\ITEM \STYLE{code} <ctrl v> \END Paste from the clipboard
\ITEM \STYLE{code} <alt v> \END Toggle the virtual whitespace system
\ITEM \STYLE{code} <ctrl V> \END Paste the next item on the clipboard, 4coder keeps a finite history of past 64 copies
\ITEM \STYLE{code} <ctrl x> \END Copy text from the range and delete the range (aka cut)
\ITEM \STYLE{code} <ctrl y> \END Redo
\ITEM \STYLE{code} <ctrl z> \END Undo
\ITEM \STYLE{code} <ctrl 2> \END Decrease the line wrap width for the current buffer
\ITEM \STYLE{code} <ctrl 3> \END Increase the line wrap width for the current buffer
\ITEM \STYLE{code} <ctrl ?> \END Toggle the show whitespace option
\ITEM \STYLE{code} <ctrl ~> \END Clean trailing whitespace from all lines
\ITEM \STYLE{code} <return> \END Interpret jump location under cursor and jump to it, lock the next/prev jump commands to this jump location list (only in read only files)
\ITEM \STYLE{code} <shift return> \END Like previous command but tries to open the jump location in the view that currently holds the jump location list
\ITEM \STYLE{code} <f1> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f2> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f3> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f4> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f5> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f6> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f7> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f8> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f9> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f10> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f11> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f12> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f13> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f14> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f15> \END Launch shell command set in a loaded project
\ITEM \STYLE{code} <f16> \END Launch shell command set in a loaded project
\END
\END
\SECTION{Text File}
The following bindings apply in general text files and most apply in code files, but some are overriden by other commands.
\LIST
\ITEM \STYLE{code} <any character> \END Insert character
\ITEM \STYLE{code} <left click> \END Set cursor position to mouse position
\ITEM \STYLE{code} <left release> \END Set mark position to mouse position
\ITEM \STYLE{code} <right click> \END Set mark position to mouse position
\ITEM \STYLE{code} <left> \END Move left
\ITEM \STYLE{code} <right> \END Move right
\ITEM \STYLE{code} <del> \END Delete character
\ITEM \STYLE{code} <shift del> \END Delete character
\ITEM \STYLE{code} <back> \END Backspace character
\ITEM \STYLE{code} <shift back> \END Backspace character
\ITEM \STYLE{code} <up> \END Move up
\ITEM \STYLE{code} <down> \END Move up
\ITEM \STYLE{code} <end> \END Move to end of line
\ITEM \STYLE{code} <home> \END Move to beginning of line
\ITEM \STYLE{code} <page up> \END Move up one whole page
\ITEM \STYLE{code} <page down> \END Move down one whole page
\ITEM \STYLE{code} <cmnd right> \END Seek right, stop at whitespace
\ITEM \STYLE{code} <cmnd left> \END Seek left, stop at whitespace
\ITEM \STYLE{code} <cmnd up> \END Seek up, stop at blank line
\ITEM \STYLE{code} <cmnd down> \END Seek down, stop at blank line
\ITEM \STYLE{code} <alt up> \END Move up ten lines
\ITEM \STYLE{code} <alt down> \END Move down ten lines
\ITEM \STYLE{code} <cmnd back> \END Delete word backwards
\ITEM \STYLE{code} <cmnd del> \END Delete word forwards
\ITEM \STYLE{code} <ctrl back> \END Snipe token (or word) left
\ITEM \STYLE{code} <ctrl del> \END Snipe token (or word) right
\ITEM Note: 'the range' in the following commands refers to the text between the mark and cursor.
\ITEM \STYLE{code} <ctrl space> \END Set mark to the cursor position
\ITEM \STYLE{code} <cmnd a> \END Replace a substring in the range
\ITEM \STYLE{code} <cmnd c> \END Copy text from the range
\ITEM \STYLE{code} <cmnd d> \END Delete the text in the range
\ITEM \STYLE{code} <cmnd e> \END Center the active view on the cursor
\ITEM \STYLE{code} <cmnd E> \END Move the view so that it's left edge is near the cursor's current x position
\ITEM \STYLE{code} <cmnd f> \END Begin an incremental search through the current buffer
\ITEM \STYLE{code} <cmnd F> \END Create a jump location list of all loaded exact matches of a string
\ITEM \STYLE{code} <ctrl F> \END Create a jump location list of all loaded substring matches of a string without case sensitivity
\ITEM \STYLE{code} <cmnd g> \END Goto a specific line number
\ITEM \STYLE{code} <cmnd j> \END Convert text in the range to lowercase
\ITEM \STYLE{code} <cmnd K> \END Kill the current buffer
\ITEM \STYLE{code} <cmnd l> \END Toggle line wrapping on the current buffer
\ITEM \STYLE{code} <cmnd m> \END Swap the cursor and mark positions
\ITEM \STYLE{code} <cmnd O> \END Reload the current buffer from the file system
\ITEM \STYLE{code} <cmnd q> \END Begin an iterative query replace
\ITEM \STYLE{code} <cmnd Q> \END Begin an iterative query replace to replace the word under the cursor
\ITEM \STYLE{code} <cmnd r> \END Begin a reversed incremental search through the current buffer
\ITEM \STYLE{code} <cmnd s> \END Save the current buffer with it's given filename
\ITEM \STYLE{code} <cmnd t> \END Begin an incremenal search through the current buffer for the word under the cursor
\ITEM \STYLE{code} <cmnd T> \END Create a jump location list of all loaded exact matches of the word under the cursor
\ITEM \STYLE{code} <cmnd u> \END Convert text in the range to uppercase
\ITEM \STYLE{code} <cmnd v> \END Paste from the clipboard
\ITEM \STYLE{code} <ctrl v> \END Toggle the virtual whitespace system
\ITEM \STYLE{code} <cmnd V> \END Paste the next item on the clipboard, 4coder keeps a finite history of past 64 copies
\ITEM \STYLE{code} <cmnd x> \END Copy text from the range and delete the range (aka cut)
\ITEM \STYLE{code} <cmnd y> \END Redo
\ITEM \STYLE{code} <cmnd z> \END Undo
\ITEM \STYLE{code} <cmnd 2> \END Decrease the line wrap width for the current buffer
\ITEM \STYLE{code} <cmnd 3> \END Increase the line wrap width for the current buffer
\ITEM \STYLE{code} <cmnd ?> \END Toggle the show whitespace option
\ITEM \STYLE{code} <cmnd ~> \END Clean trailing whitespace from all lines
\ITEM \STYLE{code} <return> \END Interpret jump location under cursor and jump to it, lock the next/prev jump commands to this jump location list (only in read only files)
\ITEM \STYLE{code} <shift return> \END Like previous command but tries to open the jump location in the view that currently holds the jump location list
\END
\END
\SECTION{Code File}
The following commands only apply in C/C++ files where the lexer (syntax highlighting) is turned on.
\LIST
\ITEM \STYLE{code} <cmnd right> \END Seek right stop at alphanumeric or camel case
\ITEM \STYLE{code} <cmnd left> \END Seek left stop at alphanumeric or camel case
\ITEM \STYLE{code} <}> \END Insert character and trigger auto indentation
\ITEM \STYLE{code} <)> \END Insert character and trigger auto indentation
\ITEM \STYLE{code} <]> \END Insert character and trigger auto indentation
\ITEM \STYLE{code} <;> \END Insert character and trigger auto indentation
\ITEM \STYLE{code} <#> \END Insert character and trigger auto indentation
\ITEM \STYLE{code} <tab> \END Automatically complete partial word
\ITEM \STYLE{code} <cmnd tab> \END Auto indent the range
\ITEM \STYLE{code} <shift tab> \END Auto indent the line at the cursor
\ITEM \STYLE{code} <ctrl h> \END Insert a HACK comment
\ITEM \STYLE{code} <ctrl r> \END Insert a block comment
\ITEM \STYLE{code} <ctrl t> \END Insert a TODO comment
\ITEM \STYLE{code} <ctrl y> \END Insert a NOTE comment
\ITEM \STYLE{code} <cmnd [> \END Open a pair of braces
\ITEM \STYLE{code} <cmnd {> \END Open a pair of braces ended with a semicolon
\ITEM \STYLE{code} <cmnd }> \END Open a pair of braces ended with a break
\ITEM \STYLE{code} <ctrl i> \END Surround the range with #if 0 and #endif
\ITEM \STYLE{code} <ctrl 1> \END Try to open a file named by the string surrounded by quotes under the cursor