On Tue, 26 Feb 2008 11:48:48 -0800
Gautam Iyer <[EMAIL PROTECTED]> wrote:


> Thanks for finding the typo. Looks like the typo was already fixed in
> the latest release in subversion.
> 
> > As to why mrxvt clobbers NANO keying sequence, I don't know.
> 
> Had I known nano bindings, I might not have configured them by
> default. Anyways, you can always disable it by putting
> 
>     Mrxvt.macro.Ctrl+Shift+underscore: Dummy
> 
> in your ~/.mrxvtrc. (Using -dm disables ALL macros),

OK, I see - thanks.

I have appended all Nano key sequences for future
reference - also I see reading this, that I can use alternate key
sequence for many options, so this is no issue really.

Nick
-- 
Free Software Foundation Associate Member 5508

Nano shortcuts.

The notation for shortcuts is as follows: Control-key sequences are
notated with a caret (^) symbol and can be entered either by using the
Control (Ctrl) key or pressing the Escape (Esc) key twice.  Escape-key
sequences are notated with the Meta (M-) symbol and can be entered
using either the Esc, Alt, or Meta key depending on your keyboard
setup.  Also, pressing Esc twice and then typing a three-digit decimal
number from 000 to 255 will enter the character with the corresponding
value.  The following keystrokes are available in the main editor
window.  Alternative keys are shown in parentheses:

^G      (F1)            Display this help text
^X      (F2)            Exit from nano
^O      (F3)            Write the current file to disk
^J      (F4)            Justify the current paragraph

^R      (F5)            Insert another file into the current one
^W      (F6)            Search for a string or a regular expression
^Y      (F7)            Move to the previous screen
^V      (F8)            Move to the next screen

^K      (F9)      Cut the current line and store it in the cut buffer
^U      (F10)      Uncut from the cutbuffer into the current line 
^C      (F11)           Display the position of the cursor
^T      (F12)           Invoke the spell checker, if available

^_      (F13)   (M-G)   Go to line and column number
^\      (F14)   (M-R)   Replace a string or a regular expression
^^      (F15)   (M-A)   Mark text at the cursor position
        (F16)   (M-W)   Repeat last search

M-^      (M-6)   Copy the current line and store it in the cut buffer 
M-}                     Indent the current line
M-{                     Unindent the current line

^F                      Move forward one character
^B                      Move back one character
^Space                  Move forward one word
M-Space                 Move back one word
^P                      Move to the previous line
^N                      Move to the next line
^A                      Move to the beginning of the current line
^E                      Move to the end of the current line
M-(             (M-9)   Move to the beginning of the current paragraph
M-)             (M-0)   Move to the end of the current paragraph
M-\             (M-|)   Move to the first line of the file
M-/             (M-?)   Move to the last line of the file

M-]                     Move to the matching bracket
M--             (M-_)   Scroll up one line without scrolling the cursor
M-+        (M-=)   Scroll down one line without scrolling the cursor

M-V                     Insert the next keystroke verbatim
^I                      Insert a tab at the cursor position
^M                      Insert a newline at the cursor position
^D                      Delete the character under the cursor
^H                      Delete the character to the left of the cursor
M-T                 Cut from the cursor position to the end of the file

M-J                     Justify the entire file
M-D                     Count the number of words, lines, and characters
^L                      Refresh (redraw) the current screen

M-X                     Help mode enable/disable
M-C                     Constant cursor position display enable/disable
M-O                     Use of one more line for editing enable/disable
M-S                     Smooth scrolling enable/disable
M-P                     Whitespace display enable/disable

M-H                     Smart home key enable/disable
M-I                     Auto indent enable/disable
M-K                     Cut to end enable/disable
M-L                     Long line wrapping enable/disable
M-Q                 Conversion of typed tabs to spaces enable/disable 
M-B                     Backup files enable/disable
M-N                     No conversion from DOS/Mac format enable/disable
M-Z                     Suspension enable/disable

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net

Reply via email to