aboutsummaryrefslogtreecommitdiff
path: root/evil-maps.el
AgeCommit message (Expand)Author
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-15Add binding of [tab] to `evil-ex-completion-map`.Frank Fischer
2013-02-16Change version tags to 1.0-devFrank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-02-08Support the symbol text objectMarian Schubert
2013-01-18Add version comments to all files.Frank Fischer
2012-11-23Make gq move point to last modified line.Frank Fischer
2012-11-01Change ex-binding "join" to "j[oin]"Frank Fischer
2012-09-03Bind "\" in Motion stateVegard Øye
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-07-29Add mouse-2 binding to insert stateFrank Fischer
2012-07-28Record `mouse-yank-primary'Frank Fischer
2012-07-28Add mouse supportFrank Fischer
2012-05-09Make key-bindings in `evil-read-key' configurableFrank Fischer
2012-03-09Replace `evil-window-lru' with `evil-window-mru'Frank Fischer
2012-02-28Add :~ and :~& commands for substituting with previous search patternFrank Fischer
2012-02-21Add commands for repeating the last substitutionFrank Fischer
2012-02-14Inhibit call of `evil-ex-update' during ex completionFrank Fischer
2012-02-09Merge with masterFrank Fischer
2012-02-09Do not load "goto-chg.el" from "evil-integration.el"Frank Fischer
2012-01-29Add :suppress-operator t to a couple of commandsVegard Øye
2012-01-29Handle single ESC in operator state more accurately (fixes #89)Frank Fischer
2012-01-28Uninterned symbol in `evil-define-key', `evil-execute-in-normal-state'Vegard Øye
2012-01-27Move folding code out of evil-integration.elVegard Øye
2012-01-26Add :file commandSanel Zukan
2012-01-25Add :right, :left and :center operationsWolfgang Jenkner
2012-01-22Make ex completion use `completion-at-point' framework.Frank Fischer
2012-01-20Brackets in ex command bindings enclose optional command partFrank Fischer
2012-01-20Implement `evil-save-modified-and-close' and bind appropriately (fixes #76)Sanel Zukan
2012-01-18Add optional window navigation to Insert stateVegard Øye
2012-01-17Add :vglobal commandVegard Øye
2012-01-13Add Ex grammarVegard Øye
2012-01-15Remap `newline' to `evil-ret' in Insert stateVegard Øye
2012-01-13Add the :global commandVegard Øye
2012-01-12Add various Ex commandsVegard Øye
2012-01-12Bind "!" to `evil-shell-command' in ExVegard Øye
2012-01-07Add section motion bindings for "[[", "[]", "][" and "]]"Jonathan Claggett
2012-01-07Reorder window bindings for use in terminalsJonathan Claggett
2012-01-07Bind "gC-]" to `find-tag'Vegard Øye
2012-01-06Add `rectangle' typeVegard Øye
2012-01-03Add motions to unmatched enclosing parenthesis.Frank Fischer
2012-01-03ex: add `evil-ex-repeat' command bound to :@: (fixes #53)Frank Fischer
2012-01-02ex: add abbreviation syntax for `evil-ex-define-command'.Frank Fischer
2012-01-02Add `evil-read' command bound to :read (addresses #52)Frank Fischer
2011-12-28Bind "i_CTRL-W" to `evil-delete-backward-word'Vegard Øye
2011-12-18Bind arrow keys to Evil motionsVegard Øye
2011-12-09Add `evil-show-registers' and bind to :registerFrank Fischer
2011-12-07Bind :close to `delete-window' and :only to `delete-other-windows'.Frank Fischer
2011-11-26Restructure the codeVegard Øye