summaryrefslogtreecommitdiff
path: root/common/content/mappings.js
Commit message (Expand)AuthorAge
* Fix Text Edit maps index.Kris Maglione2011-01-06
* Automagically generate :help key indexes.Kris Maglione2011-01-06
* Fix mappings.getCandidates(). Closes issue #227.Kris Maglione2011-01-02
* Remove accidentally committed debugging code. "Fix" a bug. Probably: Fixes is...Kris Maglione2011-01-02
* Move iteration utility functions to the iter namespace.Kris Maglione2011-01-02
* Release 1.0 βeta 4.Kris Maglione2010-12-30
* Add some more error handling code during the bootstrapping process.Kris Maglione2010-12-30
* Add descriptions for mappable modes.Kris Maglione2010-12-30
* Remove relict SEARCH_* modes. Hide unmappable QUOTE/PASS THROUGH/LINE modes.Kris Maglione2010-12-30
* Allow using heredocs with :abbr/:au/:com/:map.Kris Maglione2010-12-30
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
* Add real mappings for most HINT mode keys. Lazily expand leader, and keep in ...Kris Maglione2010-12-28
* Fix some subtle rehashing bugs.Kris Maglione2010-12-25
* Fix some typos.Štěpán Němec2010-12-24
* Add -modes argument to :unmap, :mapclear.Kris Maglione2010-12-23
* Add :feedkeys (perhaps to replace :normal?)Kris Maglione2010-12-22
* Allow mapping keys in HINT and other modes. Closes issue #10. Closes issue #158.Kris Maglione2010-12-22
* Fix :listkeys.Kris Maglione2010-12-18
* Make source linkfication in :list* less annoying. Add help linkification to t...Kris Maglione2010-12-18
* Addenda and corrigenda for the last and next to next to last commits.Štěpán Němec2010-12-18
* Add :list* commands, linkify help tags in certain output, and augment :yank t...Kris Maglione2010-12-18
* Typo and general idiocy fixes. Kill 'linksearch'.Kris Maglione2010-12-17
* Block invalid keys in VISUAL TEXT EDIT mode and add v_x mapping. Closes issue...Kris Maglione2010-12-13
* Do something sensible for items defined from :map/:com/... in :*usage!.Kris Maglione2010-12-09
* Fix :noremap. (Probably) Fixes issue #168.Kris Maglione2010-12-08
* Crude source line linkification in :*usage.Kris Maglione2010-12-03
* Fix :viu!.Kris Maglione2010-12-03
* Don't muck with search engine aliases unduly.Kris Maglione2010-11-09
* Remove the command Args dependency from a few straggling completers.Doug Kearns2010-11-09
* Improve "command line" <-> "command-line" usage.Doug Kearns2010-11-05
* More dactyl.generateHelp improvements.Kris Maglione2010-10-25
* Don't collapse command-line selection on mode change.Kris Maglione2010-10-23
* Fix some of the "typo fixes" and a few more typos.Štěpán Němec2010-10-23
* Fix :map -count, macro playback, and odd quirk in :map completion.Kris Maglione2010-10-22
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
* Add :command -javascript and CommandOption#default.Kris Maglione2010-10-17
* Allow things like :com! foo\n \ echo 1\n \ echo 2Kris Maglione2010-10-11
* Preserve file/line information with saved ex commands (:au, :com, :map -ex).Kris Maglione2010-10-05
* Make 'mapleader' an option and fix the help fragment scrolling issue.Kris Maglione2010-10-04
* Junk dactyl.{evalExpression,variableReference}.Doug Kearns2010-09-28
* Fix :map<cr> when there are user-defined mappings created in JavaScript.Kris Maglione2010-09-25
* Whitespace fixes.Doug Kearns2010-09-24
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
* Fix :map -description spelling.Doug Kearns2010-09-23
* Add missing semicolons.Doug Kearns2010-09-22
* Long awaited augmentation of the :map command. Surrounding code needs cleanup.Kris Maglione2010-09-21
* Major documentation updates and formatting fixes, and many, many other change...Kris Maglione2010-09-17
* Complete :sanitize and private mode overhaul.Kris Maglione2010-09-17
* Merge testing.Kris Maglione2010-08-31