summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_keymap.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-0/+4
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-5/+32
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-11/+11
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson1-5/+16
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-4/+4
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-3/+3
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-5/+1
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+10
2002-08-2717582: Improved option argument handling.Peter Stephenson1-25/+26
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+4
2001-04-19bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson1-4/+38
2001-03-28Add `bindkey -p'Peter Stephenson1-1/+21
2001-03-1413633: don't use termcap cursor keys if single key which is already boundPeter Stephenson1-1/+13
2001-03-1313611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson1-19/+67
2000-12-18Back out 13285.Bart Schaefer1-4/+4
2000-12-1613285: use vi-up and -down in vicmd modeClint Adams1-40/+56
1999-04-15Initial revisionTanaka Akira1-0/+1238