Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-25 Thread Alan Paul
On 14-06-21 02:10 PM, Nicholas Marriott wrote: > So you have mode-mouse set to on? > Yes. > > > On Sat, Jun 21, 2014 at 01:46:12PM -0400, Alan Paul wrote: >> On 14-06-19 03:19 AM, Nicholas Marriott wrote: >>> Did you get a solution to this? >>> >>> I don't like this feature at all. >> >> My solutio

Re: C-[aeuk] not working after building from source

2014-06-25 Thread Frank Terbeck
Kartik Agaram wrote: > Ah, thanks! 'bindkey -e' did indeed do the trick. > > So in my default shells I get emacs mode before I set EDITOR, but in any > child shells (not just tmux) the presence of EDITOR switches me to vi mode? > Am I understanding this correctly? In zsh, quite a lot of the functi

Re: C-[aeuk] not working after building from source

2014-06-25 Thread Frank Terbeck
Hi, Kartik Agaram wrote: [...] > spawn: /usr/bin/zsh -- Since you're using zsh, my guess is that this is not a tmux problem at all. I bet your $EDITOR or your $VISUAL looks like "vi" (like "vim" or similar). Then zsh chooses its default line editor mode to be "vi" instead of "emacs". Those inver

Re: C-[aeuk] not working after building from source

2014-06-25 Thread Nicholas Marriott
Well, if cat is receiving ^A inside tmux, then the problem is not tmux. Are you sure your shell is configured so ^A is start of line? Does ^A work in something like emacs? On Tue, Jun 24, 2014 at 11:49:28PM -0700, Kartik Agaram wrote: >Oh sorry, I expect ^A to move cursor to start of line,