NYAGOS - The Nihongo Yet Another GOing Shell .
English / Japanese
Command Line Editing .
You can edit the command line with key bindings similar to UNIX shells.
Backspace
,Ctrl-H
: Delete the character to the left of the cursorEnter
,Ctrl-M
: Execute the command lineDel
: Delete the character under the cursorHome
,Ctrl-A
: Move the cursor to the beginning of the lineLeft
,Ctrl-B
: Move the cursor one character to the leftCtrl-D
: Delete the character under the cursor or exitEnd
,Ctrl-E
: Move the cursor to the end of the lineRight
,Ctrl-F
: Move the cursor one character to the rightCtrl-K
: Delete text from the cursor to the end of the lineCtrl-L
: Refresh the screenCtrl-U
: Delete text from the beginning of the line to the cursorCtrl-Y
: Paste text from the clipboardEsc
,Ctrl-[
: Clear the entire command lineUp
,Ctrl-P
: Recall the previous commandDown
,Ctrl-N
: Recall the next commandTab
,Ctrl-I
: Complete file or command nameCtrl-C
: Cancel the current commandCtrl-R
: Search command history incrementallyCtrl-W
: Delete the word before the cursorCtrl-O
: Insert a filename selected via cursor (requiresbox.lua
)Ctrl-XR
,Alt-R
: Insert a history entry selected via cursor (requiresbox.lua
)Ctrl-XG
,Alt-G
: Insert a Git revision selected via cursor (requiresbox.lua
)Ctrl-XH
,Alt-H
: Insert aCD
ed directory selected via cursor (requiresbox.lua
)Ctrl-Q
,Ctrl-V
: Insert the next typed character verbatimCtrl-Right
,Alt-F
: Move the cursor forward by one wordCtrl-Left
,Alt-B
: Move the cursor backward by one wordCtrl-_,
Ctrl-Z` : UndoAlt-O
: Expand a.lnk
shortcut path to its target path