Re: Threaded comments & indenting, w3m browser, $TERM=screen.linux

2011-01-19 Thread John Magolske
* Aaron Davies [110117 20:13]: > On Sunday, January 16, 2011, John Magolske wrote: > > > Also, `w3m -dump` behaves this way (some indentation, but after > > one or two levels the comments become flat) regardless of whether > > $TERM= linux, screen.linux, xterm or screen. > > Does the literal te

Re: How to use Binding for arrow keys/Tabs etc

2011-01-19 Thread Sadrul Habib Chowdhury
On Mon, Jan 17, 2011 at 3:36 PM, Praveer Chaturvedi wrote: > Hello, > I would like to bind > C-a n to C- (OR C- ) > C-a p to C- (OR C--) I think you mean you want C- to trigger the 'next' command etc.? > This would help me cycle through windows back and forth. > I did not find enough examples in

Re: bindkey sequence

2011-01-19 Thread Sadrul Habib Chowdhury
On Tue, Jan 18, 2011 at 1:17 PM, Todd Freed wrote: > Hi, > > I'm attempting to match a sequence of 6-7 keystrokes and can't quite get the > bindkey to work. > > I find myself frequently copying the line-just-above the cursor into screens > buffer, so I can paste it somewhere. So, the key sequence

Re: bindkey sequence

2011-01-19 Thread Michael Kelleher
Todd, try entering escape mode and moving the cursor over the line and hitting Y, that will yank the entire line. On Jan 19, 2011 1:24 PM, "Todd Freed" wrote: > Hi, > > I'm attempting to match a sequence of 6-7 keystrokes and can't quite get > the bindkey to work. > > I find myself frequently copy

bindkey sequence

2011-01-19 Thread Todd Freed
Hi, I'm attempting to match a sequence of 6-7 keystrokes and can't quite get the bindkey to work. I find myself frequently copying the line-just-above the cursor into screens buffer, so I can paste it somewhere. So, the key sequence I use (and which I want to map) looks like this: Ctrl-A #

How to use Binding for arrow keys/Tabs etc

2011-01-19 Thread Praveer Chaturvedi
Hello, I would like to bind C-a n to C- (OR C- ) C-a p to C- (OR C--) This would help me cycle through windows back and forth. I did not find enough examples in the manual to understand how to do that. My hit and trial with bind command fails asking for ASCII code of the key in octal. I'm famili