summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Fix gt/gT/:tabnext/:tabprevioushjk2017-07-071-0/+22
* Remove spaces in initializer listsTim Jenssen2017-02-221-85/+85
* FakeVim: Remove a few uses of QObject::sender()hjk2017-01-241-34/+34
* FakeVim: Force leaving input mode when switching editorshjk2016-12-131-0/+5
* FakeVim: make cursor navigation via arrow keys more like vim'sDaniel Langner2016-10-041-7/+7
* FakeVim: don't ignore ESC while holding SHIFTDaniel Langner2016-10-041-1/+1
* FakeVim: Remove unused meta objectOrgad Shaneh2016-06-211-5/+1
* FakeVim: Parse <AltGr>hjk2016-06-101-1/+2
* FakeVim: Expand ~ in some file nameshjk2016-06-031-3/+11
* FakeVim: Ignore external changes in insert modeLukas Holecek2016-05-311-11/+31
* FakeVim: Use Qt5-style connectsOrgad Shaneh2016-05-251-15/+28
* FakeVim: Modernizehjk2016-04-211-433/+428
* FakeVim: Simplify FakeVimSettings objecthjk2016-03-031-4/+1
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FakeVim: Handle Ctrl+[ with Russian keyboard layoutLukas Holecek2015-12-161-1/+1
* FakeVim: Add checks before handling keyboard inputLukas Holecek2015-12-161-2/+8
* FakeVim: (Un)escape special chars in replacementshjk2015-12-161-1/+13
* FakeVim: Fix caps lock in macros.Jakub Golebiewski2015-09-171-1/+5
* FakeVimPlugin: Introduce member initialization.Jarek Kobus2015-06-181-102/+57
* FakeVim: Disable visual navigation for text cursorLukas Holecek2015-05-201-4/+13
* FakeVim: Use more direct construction in vimKeyNameshjk2015-05-121-85/+83
* FakeVim: Allow to remap shortcutsLukas Holecek2015-05-111-0/+8
* FakeVim: C-R {register, C-W} in command modeThorben Kroeger2015-04-141-2/+41
* FakeVim: implement C-r{register} in insert modeThorben Kroeger2015-04-141-2/+21
* FakeVim: Fix tests when editor doesn't have focusLukas Holecek2015-03-251-0/+3
* FakeVim: C-h in insert mode acts like backspaceThorben Kroeger2015-03-241-1/+2
* FakeVim: fix black hole registerThorben Kroeger2015-03-231-3/+3
* FakeVim: fix yank registerThorben Kroeger2015-03-231-3/+3
* FakeVim: implement C-u in insert modeThorben Kroeger2015-03-231-0/+9
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | FakeVim: Compile fixRobert Loehning2015-01-051-1/+1
* | FakeVim: Update inserted text data only in focused editorLukas Holecek2015-01-051-1/+15
* | fix spelling commmand -> commandTim Jenssen2014-12-191-4/+4
* | FakeVim: Set correct cursor shape if submitted search failedLukas Holecek2014-12-081-2/+8
* | FakeVim: Select and modify paragraph objectLukas Holecek2014-11-251-16/+118
* | FakeVim: Fix invalid cursor position warningsLukas Holecek2014-11-251-1/+1
* | FakeVim: Uppercase register appends to lowercaseLukas Holecek2014-11-211-9/+20
* | FakeVim: Stop waiting for incomplete mapping after intervalLukas Holecek2014-11-211-1/+1
* | FakeVim: Use correct text cursor position when focusing editorLukas Holecek2014-11-211-1/+2
* | fix MSVC2010 buildTim Jenssen2014-11-191-1/+1
* | FakeVim: Monitor external cursor movement only with FakeVim enabledLukas Holecek2014-11-191-2/+5
* | FakeVim: Remove superfluous dot command changesLukas Holecek2014-11-191-55/+60
* | FakeVim: Refactor text transformation and yankLukas Holecek2014-11-191-141/+58
* | FakeVim: Indent block correctlyLukas Holecek2014-11-181-7/+22
* | FakeVim: Text cursor is thin when selecting text with mouseLukas Holecek2014-11-181-25/+109
* | FakeVim: Added helper function to retrieve character at a positionLukas Holecek2014-11-181-22/+19
* | FakeVim: Correct behavior of command "D" in visual block modeLukas Holecek2014-11-181-7/+8
* | FakeVim: Remove superfluous cursor shape changesLukas Holecek2014-11-171-24/+18