aboutsummaryrefslogtreecommitdiff
path: root/evil-maps.el
AgeCommit message (Expand)Author
2025-01-16Add zH and zL keybindings for horizontal scrollingTom Dalziel
2024-07-10make C-w in ex, search, and eval match insert and replace (#1922)Lily
2024-06-27Add :baddTom Dalziel
2024-06-17Add :view and :sview ex commandsTom Dalziel
2024-05-31Remove redundant z= binding from visual-state-mapTom Dalziel
2024-05-26Allow count after C-w for window commandsTom Dalziel
2024-05-21Add another window balacning key sequenceTom Dalziel
2024-03-31Visual X, deletion column respects stick eolTom Dalziel
2023-12-18Add :retab commandJakub Kadlcik
2023-08-28tabs: Go to nth tab when tab-next is prefixedAnkit Pandey
2023-08-27Support command-line window for any minibuffer argAxel Forsman
2023-08-27Add evil-command-line-mapAxel Forsman
2023-08-20Some cleanupsAxel Forsman
2023-08-13Urgent revert of recent commits while evil is brokenTom Dalziel
2023-08-12Some cleanupsAxel Forsman
2023-07-17Read Ex commands from bufferAxel Forsman
2023-06-06Add ex-matchTom Dalziel
2023-06-04evil-ex-z (#1798)Tom Dalziel
2023-06-02Global print using messageTom Dalziel
2023-04-12evil-window-map: Detach current window into new tab with 'T'Ankit Pandey
2023-04-08Bind tab movement commands to motion stateAnkit Pandey
2023-01-14Add evil-scroll-end-column & evil-scroll-start-columnTom Dalziel
2022-10-17Add evil-execute-last-recorded-macro à la nvimTom Dalziel
2022-10-17Add [S-left] and [S-right] bindings for insert stateTom Dalziel
2022-10-15Remove z kb macros for discoverabilityTom Dalziel
2022-10-05evil-ex-completion-map/evil-ex-search-keymap respect evil-want-C-w-deletejixiuf
2022-10-05C-w support yank word when search-module is 'evil-searchjixiuf
2022-08-21Add evil-window-exchangeTom Dalziel
2022-08-11Add `evil-goto-last-change` & reverse, taking count argTom Dalziel
2022-08-09Add gp and gPTom Dalziel
2022-08-02Add more bindings for evil-window-mapTom Dalziel
2022-07-31Add `evil-enter-replace-state` & support replace repetitionTom Dalziel
2022-04-25Bump version to 1.15.0Tom Dalziel
2022-04-23fix C-h behavior when evil-want-C-h-delete is non-nilKevin Sladowski
2022-04-18Add ex commands for closing tabsKris Katterjohn
2022-04-03Add evil-update (write when buffer is modified)Tom Dalziel
2022-02-17Add C-h in insert + replace states (fixes #1577)Tom Dalziel
2022-01-06Add ]f [f ]F [F to maps (#1565)Tom Dalziel
2022-01-04Add gM `evil-percentage-of-line` (#1562)Tom Dalziel
2021-12-19Replace state pastingTom Dalziel
2021-12-19Replace state evil-quoted-insertTom Dalziel
2021-12-19Define the insert state keybindings in replace stateTom Dalziel
2021-10-21Fix for #1518 custom functions bound to "0" break motion parsing (#1519)jmmathena
2021-10-06<insert> in replace state should append, not insert (#1527)Tom Dalziel
2021-10-06Add keybindings for [insert] (#1526)Tom Dalziel
2021-07-27Add g-home g-end g-up & g-down motion bindings (#1503)Tom Dalziel
2021-07-25Add gI (evil-insert-0-line) (#1502)Tom Dalziel
2021-07-23Add i_ctrl-@ binding and function (#1498)Tom Dalziel
2021-04-17Fixup visual change commands (#1456)Tom Dalziel
2021-04-11Add :mark ex cmd, with test (#1455)Tom Dalziel