4coder/site/source_material/binding_list.txt

184 lines
9.6 KiB
Plaintext
Raw Normal View History

2017-03-30 23:42:26 +00:00
\BEGIN_LINK{document:home}
\IMAGE{image:4coder_logo}{width:200}
\END_LINK
These are the default key bindings in 4coder version \VERSION
The following bindings apply in all situations:
\SECTION{Global Bindings}
\BEGIN_LIST
\BEGIN_ITEM <ctrl p> - Create a new panel with a vertical split \END_ITEM
\BEGIN_ITEM <ctrl _> - Create a new panel with a horizontal split \END_ITEM
\BEGIN_ITEM <ctrl P> - Close a panel \END_ITEM
\BEGIN_ITEM <ctrl ,> - Change active panel \END_ITEM
\BEGIN_ITEM <ctrl <> - change active panel backwards \END_ITEM
\BEGIN_ITEM <ctrl n> - New file dialogue \END_ITEM
\BEGIN_ITEM <ctrl o> - Open file dialogue \END_ITEM
\BEGIN_ITEM <alt o> - Open file dialogue in other panel \END_ITEM
\BEGIN_ITEM <ctrl k> - Kill buffer dialogue \END_ITEM
\BEGIN_ITEM <ctrl i> - Switch open buffer dialogue \END_ITEM
\BEGIN_ITEM <alt c> - Open color and font selection GUI \END_ITEM
\BEGIN_ITEM <alt d> - Open a debug information GUI \END_ITEM
\BEGIN_ITEM <alt .> - Change to footer build panel \END_ITEM
\BEGIN_ITEM <alt ,> - Close footer build panel \END_ITEM
\BEGIN_ITEM <alt n> - Goto next error/jump location \END_ITEM
\BEGIN_ITEM <alt N> - Goto previous error/jump location \END_ITEM
\BEGIN_ITEM <alt M> - Goto first error/jump location \END_ITEM
\BEGIN_ITEM <alt m> - Launch basic build (calls build.bat, build.sh, or Makefile) \END_ITEM
\BEGIN_ITEM <alt z> - Execute arbitrary shell/terminal command in arbitrary buffer \END_ITEM
\BEGIN_ITEM <alt Z> - Repeat previous shell/terminal command \END_ITEM
\BEGIN_ITEM <alt x> - Execute 4coder internal command \END_ITEM
\BEGIN_ITEM <alt s> - Show scrollbar \END_ITEM
\BEGIN_ITEM <alt w> - Hide scrollbar \END_ITEM
\BEGIN_ITEM <alt b> - Toggle filebar \END_ITEM
\BEGIN_ITEM <alt @> - Toggle mouse input);
\BEGIN_ITEM <ctrl page up> - Toggle fullscreen mode);
\BEGIN_ITEM <alt E> - Exit 4coder);
\BEGIN_ITEM <f1> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f2> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f3> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f4> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f5> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f6> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f7> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f8> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f9> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f10> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f11> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f12> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f13> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f14> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f15> - Launch shell command set in a loaded project \END_ITEM
\BEGIN_ITEM <f16> - Launch shell command set in a loaded project \END_ITEM
\END_LIST
Long name commands that can be typed in after <alt x> for infrequently triggered commands.
\SECTION{4coder Internal Command <alt x>}
\BEGIN_LIST
\BEGIN_ITEM "load project" - Load a project.4coder file, ditching any previously loaded project \END_ITEM
\BEGIN_ITEM "open all code" - Open all code files in the current directory, extensions set in config.4coder, default to C/C++ extensions \END_ITEM
\BEGIN_ITEM "open all code recursive" - Like "open all code" but recurses through folders \END_ITEM
\BEGIN_ITEM "dos lines" - Switch the bufer to 'dos' line ending mode CRLF \END_ITEM
\BEGIN_ITEM "nix lines" - Switch the bufer to 'nix' line ending mode LF \END_ITEM
\END_LIST
The following bindings apply in general text files and most apply in code files, but some are overriden by other commands.
\SECTION{Text File Bindings}
\BEGIN_LIST
\BEGIN_ITEM <any character> - Insert character \END_ITEM
\BEGIN_ITEM <left click> - Set cursor position to mouse position \END_ITEM
\BEGIN_ITEM <left release> - Set mark position to mouse position \END_ITEM
\BEGIN_ITEM <right click> - Set mark position to mouse position \END_ITEM
\BEGIN_ITEM <left> - Move left \END_ITEM
\BEGIN_ITEM <right> - Move right \END_ITEM
\BEGIN_ITEM <del> - Delete character \END_ITEM
\BEGIN_ITEM <shift del> - Delete character \END_ITEM
\BEGIN_ITEM <back> - Backspace character \END_ITEM
\BEGIN_ITEM <shift back> - Backspace character \END_ITEM
\BEGIN_ITEM <up> - Move up \END_ITEM
\BEGIN_ITEM <down> - Move up \END_ITEM
\BEGIN_ITEM <end> - Move to end of line \END_ITEM
\BEGIN_ITEM <home> - Move to beginning of line \END_ITEM
\BEGIN_ITEM <page up> - Move up one whole page \END_ITEM
\BEGIN_ITEM <page down> - Move down one whole page \END_ITEM
\BEGIN_ITEM <ctrl right> - Seek right, stop at whitespace \END_ITEM
\BEGIN_ITEM <ctrl left> - Seek left, stop at whitespace \END_ITEM
\BEGIN_ITEM <ctrl up> - Seek up, stop at blank line \END_ITEM
\BEGIN_ITEM <ctrl down> - Seek down, stop at blank line \END_ITEM
\BEGIN_ITEM <alt up> - Move up ten lines \END_ITEM
\BEGIN_ITEM <alt down> - Move down ten lines \END_ITEM
\BEGIN_ITEM <ctrl back> - Delete word backwards \END_ITEM
\BEGIN_ITEM <ctrl del> - Delete word forwards \END_ITEM
\BEGIN_ITEM <alt back> - snipe_token_or_word \END_ITEM
\BEGIN_ITEM Note: 'the range' in the following commands refers to the text between the mark and cursor. \END_ITEM
\BEGIN_ITEM <ctrl space> - Set mark to the cursor position \END_ITEM
\BEGIN_ITEM <ctrl a> - Replace a substring in the range \END_ITEM
\BEGIN_ITEM <ctrl c> - Copy text from the range \END_ITEM
\BEGIN_ITEM <ctrl d> - Delete the text in the range \END_ITEM
\BEGIN_ITEM <ctrl e> - Center the active view on the cursor \END_ITEM
\BEGIN_ITEM <ctrl E> - Move the view so that it's left edge is near the cursor's current x position \END_ITEM
\BEGIN_ITEM <ctrl f> - Begin an incremental search through the current buffer \END_ITEM
\BEGIN_ITEM <ctrl F> - Create a jump location list of all loaded exact matches of a string \END_ITEM
\BEGIN_ITEM <alt F> - Create a jump location list of all loaded substring matches of a string without case sensitivity \END_ITEM
\BEGIN_ITEM <ctrl g> - Goto a specific line number \END_ITEM
\BEGIN_ITEM <ctrl j> - Convert text in the range to lowercase \END_ITEM
\BEGIN_ITEM <ctrl K> - Kill the current buffer \END_ITEM
\BEGIN_ITEM <ctrl l> - Toggle line wrapping on the current buffer \END_ITEM
\BEGIN_ITEM <ctrl m> - Swap the cursor and mark positions \END_ITEM
\BEGIN_ITEM <ctrl O> - Reload the current buffer from the file system \END_ITEM
\BEGIN_ITEM <ctrl q> - Begin an iterative query replace \END_ITEM
\BEGIN_ITEM <ctrl Q> - Begin an iterative query replace to replace the word under the cursor \END_ITEM
\BEGIN_ITEM <ctrl r> - Begin a reversed incremental search through the current buffer \END_ITEM
\BEGIN_ITEM <ctrl s> - Save the current buffer with it's given filename \END_ITEM
\BEGIN_ITEM <ctrl t> - Begin an incremenal search through the current buffer for the word under the cursor \END_ITEM
\BEGIN_ITEM <ctrl T> - Create a jump location list of all loaded exact matches of the word under the cursor \END_ITEM
\BEGIN_ITEM <ctrl u> - Convert text in the range to uppercase \END_ITEM
\BEGIN_ITEM <ctrl v> - Paste from the clipboard \END_ITEM
\BEGIN_ITEM <alt v> - Toggle the virtual whitespace system \END_ITEM
\BEGIN_ITEM <ctrl V> - Paste the next item on the clipboard, 4coder keeps a finite history of past 64 copies \END_ITEM
\BEGIN_ITEM <ctrl x> - Copy text from the range and delete the range (aka cut) \END_ITEM
\BEGIN_ITEM <ctrl y> - Redo \END_ITEM
\BEGIN_ITEM <ctrl z> - Undo \END_ITEM
\BEGIN_ITEM <ctrl 2> - Decrease the line wrap width for the current buffer \END_ITEM
\BEGIN_ITEM <ctrl 3> - Increase the line wrap width for the current buffer \END_ITEM
\BEGIN_ITEM <ctrl ?> - Toggle the show whitespace option \END_ITEM
\BEGIN_ITEM <ctrl ~> - Clean trailing whitespace from all lines \END_ITEM
\BEGIN_ITEM <return> - 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) \END_ITEM
\BEGIN_ITEM <shift return> - Like previous command but tries to open the jump location in the view that currently holds the jump location list \END_ITEM
\END_LIST
The following commands only apply in C/C++ files where the lexer (syntax highlighting) is turned on.
\SECTION{Text File Bindings}
\BEGIN_LIST
bind(context, key_right, MDFR_CTRL, seek_alphanumeric_or_camel_right);
bind(context, key_left, MDFR_CTRL, seek_alphanumeric_or_camel_left);
bind(context, '\n', MDFR_NONE, write_and_auto_tab);
bind(context, '\n', MDFR_SHIFT, write_and_auto_tab);
bind(context, '}', MDFR_NONE, write_and_auto_tab);
bind(context, ')', MDFR_NONE, write_and_auto_tab);
bind(context, ']', MDFR_NONE, write_and_auto_tab);
bind(context, ';', MDFR_NONE, write_and_auto_tab);
bind(context, '#', MDFR_NONE, write_and_auto_tab);
bind(context, '\t', MDFR_NONE, word_complete);
bind(context, '\t', MDFR_CTRL, auto_tab_range);
bind(context, '\t', MDFR_SHIFT, auto_tab_line_at_cursor);
bind(context, 't', MDFR_ALT, write_todo);
bind(context, 'y', MDFR_ALT, write_note);
bind(context, 'r', MDFR_ALT, write_block);
bind(context, '[', MDFR_CTRL, open_long_braces);
bind(context, '{', MDFR_CTRL, open_long_braces_semicolon);
bind(context, '}', MDFR_CTRL, open_long_braces_break);
bind(context, 'i', MDFR_ALT, if0_off);
bind(context, '1', MDFR_ALT, open_file_in_quotes);
bind(context, '2', MDFR_ALT, open_matching_file_cpp);
bind(context, '0', MDFR_CTRL, write_zero_struct);
bind(context, 'I', MDFR_CTRL, list_all_functions_current_buffer);
\END_LIST