about summary refs log tree commit diff
path: root/Src/Zle/zle_keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-11/+11
|
* 19733 with docs tweaked: keymaps for vared and zedPeter Stephenson2004-04-061-5/+16
|
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-081-4/+4
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-3/+3
|
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-221-5/+1
|
* 18536: EMACS and VI compatibility optionsPeter Stephenson2003-05-141-0/+10
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-25/+26
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-1/+4
| | | | examine the current selection.
* bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson2001-04-191-4/+38
|
* Add `bindkey -p'Peter Stephenson2001-03-281-1/+21
|
* 13633: don't use termcap cursor keys if single key which is already boundPeter Stephenson2001-03-141-1/+13
|
* 13611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson2001-03-131-19/+67
|
* Back out 13285.Bart Schaefer2000-12-181-4/+4
|
* 13285: use vi-up and -down in vicmd modeClint Adams2000-12-161-40/+56
|
* Initial revisionTanaka Akira1999-04-151-0/+1238