Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
viins keymap and escape seqs in rxvt
- X-seq: zsh-users 10887
- From: Roman Cheplyaka <roman.cheplyaka@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: viins keymap and escape seqs in rxvt
- Date: Thu, 19 Oct 2006 00:32:17 +0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=iqN/NxA3ZhhWYtvGj+M6JW4F9WN9qDRBArYMxvdH8BEtGM9K6IFFlfcjhbLNlNMH6DmXOhtO0j8bujSWugFUny3C5XfqbqgdWJwxvQydmar8KyBG3iRcc8ILC4v7mhC7N4Jo9LUnrIn3vhUaVSMHnMQgCzIcKxcUC2fZXpn+QX0=
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I'm migrating from Emacs to vi keymap. Till now I had in my .zshrc
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
and it worked.
But in viins mode these escape seqs (generated by Home or End keys) turn
me into vicmd mode and interpret further chars in seq as vi keystrokes.
The same happens if bindings above are removed.
(Ok, I'm not really sure that keys Home and End generate that codes --
it just worked for me. And I have no idea how to check them.)
This is only observed in rxvt. When using konsole or xterm this works
fine.
KEYTIMEOUT is set to 40 (it seems to be the default value).
zsh 4.3.2 (i686-pc-linux-gnu)
rxvt-unicode (urxvt) v7.9
Any suggestions?
--
Roman I. Cheplyaka
Messages sorted by:
Reverse Date,
Date,
Thread,
Author