Re: Making `escape Ctrl-n` switch to window n

2018-06-13 Thread David Woodfall
On Wednesday 13 June 2018 14:21, Dun Peal put forth the proposition: > The problem is that my terminal maps Ctrl-n, for certain values of n, > to various escape sequences. > > For example,Ctrl-3 generates ^[ (escape), so it enters Copy Mode > instead of switching to window 3. > > Ctrl-4 genertes \

Making `escape Ctrl-n` switch to window n

2018-06-13 Thread Dun Peal
The problem is that my terminal maps Ctrl-n, for certain values of n, to various escape sequences. For example,Ctrl-3 generates ^[ (escape), so it enters Copy Mode instead of switching to window 3. Ctrl-4 genertes \^ (FS, which is interpreted as SIGQUIT). Etc. Is there a way to "unmap" combinat