forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ^_ mapping to undo in viins mode (sorin-ionescu#1860)
This allows to cancel a tab completion, as ^_ in emacs mode.
- Loading branch information
Matthieu PETIOT
authored and
Erik Johansen
committed
Feb 1, 2021
1 parent
2cd65c8
commit 5b59267
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
Submodule external
updated
57 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pure
updated
11 files
+4 −1 | .editorconfig | |
+1 −1 | .gitattributes | |
+0 −1 | .github/funding.yml | |
+0 −1 | .npmrc | |
+0 −1 | async | |
+4 −31 | async.zsh | |
+16 −4 | license | |
+43 −40 | package.json | |
+0 −1 | prompt_pure_setup | |
+89 −216 | pure.zsh | |
+32 −73 | readme.md |