nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] [PATCH] add next/prev buffer and find next/prev shortcu


From: Brand Huntsman
Subject: Re: [Nano-devel] [PATCH] add next/prev buffer and find next/prev shortcuts for non-utf8
Date: Sat, 17 Mar 2018 16:41:24 -0600

On Sat, 17 Mar 2018 15:40:46 +0100
Benno Schulenberg <address@hidden> wrote:

> > Benno Schulenberg <address@hidden> wrote:  
> >> If people decide to build without UTF-8 support, they do not get
> >> the extra bindings (Alt+Left/Alt+Right) for switching buffers.

Could a comment be added to the non-utf8 section explaining this. It would have 
saved me some time and maybe others who come across it.


> because M-Left and M-Right don't work on a Linux console: they
> switch terminals.

They work in rxvt-unicode but return codes nano doesn't understand.

up      ^[^[[A          1b 103
down    ^[^[[B          1b 102
left    ^[^[[D          1b 104
right   ^[^[[C          1b 105




reply via email to

[Prev in Thread] Current Thread [Next in Thread]