summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Version bump.con2009-04-081-5/+5
* Version bump.con2009-04-081-5/+5
* fakevim: fix some target column related issueshjk2009-04-071-3/+6
* fakevim: work on auto testshjk2009-04-061-8/+26
* fakevim: fix split windowhjk2009-04-033-4/+54
* fakevim: fix several issues related to cursor column positioning, alsohjk2009-04-031-31/+40
* fakevim: fix some autoindent issueshjk2009-04-031-30/+52
* fackevim: move cursor to first non-blank on line after 'p'hjk2009-04-021-0/+1
* fakevim: handle '$s' properlyhjk2009-04-011-1/+3
* fakevim: removing whitespace at end of linehjk2009-04-011-16/+16
* fakevim: re-use the undo/redo capability of QTextDocument instead ofhjk2009-04-012-235/+78
* fakevim: distinquish :q and :q!hjk2009-03-313-22/+7
* fakevim: use :q to quit the editor, not fakevim mode.hjk2009-03-312-11/+23
* fakevim: make Alt-V Alt-V a global togglehjk2009-03-304-78/+75
* fakevim: progress on settingshjk2009-03-302-17/+22
* fakevim: move settings/action related code to files of their ownhjk2009-03-305-175/+263
* fakevim: work on new settings dialoghjk2009-03-302-3/+10
* fakevim: work on settings dialoghjk2009-03-302-21/+40
* fakevim: re-organize settings handlinghjk2009-03-306-121/+506
* fakevim: more scary initial messagehjk2009-03-301-1/+1
* fakevim: make search and command history statichjk2009-03-251-2/+5
* fakevim: more vim-ish behaviour of page up and downhjk2009-03-251-2/+6
* fakevim: fine-tune autocompletionhjk2009-03-252-4/+11
* fakevim: trigger autocompletion on '.' and '>'hjk2009-03-253-0/+16
* fakevim: hide fakevim statusbar on :q!hjk2009-03-231-1/+1
* fakevim: improve implementation of 'set'hjk2009-03-231-2/+26
* fakevim: cache results of hlsearchhjk2009-03-201-34/+40
* fakevim: implement Ctrl-ehjk2009-03-201-4/+18
* fakevim: add another set of "default options" for easier testinghjk2009-03-191-0/+13
* fakevim: introduce a 'backspace' setting and handle the 'start' optionhjk2009-03-192-11/+25
* fakevim: implement 'c' in (character) visual modehjk2009-03-191-3/+8
* Fixes: fakevim: implement 'x' and 'd' in (character) visual modehjk2009-03-161-1/+6
* Fixes: fakevim: implement 'x' in visual line modehjk2009-03-161-3/+4
* Fixes: fakevim: implement hlsearchhjk2009-03-122-12/+51
* Fixes: fakevim: fix undo after inserthjk2009-03-121-6/+9
* Fixes: fakevim: fix positioning after df<x>hjk2009-03-121-7/+12
* Fixes: fakevim: implement . after 'f', 't', 'F', and 'T'hjk2009-03-121-1/+4
* Fixes: fakevim: remove indentation after pressing 'J'hjk2009-03-121-4/+6
* Fixes: fakevim: improve behaviour of '.' after 'i'hjk2009-03-111-1/+4
* Fixes: Doc - fixed a typoDean Dettman2009-03-101-1/+1
* Fixes: fakevim: work on shifting lineshjk2009-03-061-11/+19
* Fixes: fakevim: work on indentationhjk2009-03-063-54/+42
* Fixes: fakevim: << and >> for visual modehjk2009-03-061-10/+18
* Fixes: fakevime: some basic implementation for << and >>hjk2009-03-061-42/+156
* Fixes: fakevim: fix . after <n>xhjk2009-03-051-3/+4
* Fixes: fakevim: disable auto-indentationhjk2009-03-051-5/+7
* Fixes: fakevim/editorview: move the 'minibuffer' to the bottom of thehjk2009-03-051-2/+4
* Fixes: fakevim: make 'Passing mode' sticky as a (hopefully temporary)hjk2009-03-051-55/+108
* Fixes: fakevim: let Ctrl-K pass to creator corehjk2009-03-041-5/+14
* Fixes: fakevim: return to command mode after :<line>hjk2009-03-041-0/+1