summaryrefslogtreecommitdiff
path: root/lib/key-bindings.zsh
AgeCommit message (Collapse)Author
2020-08-06lib: remove CTRL-Backspace key binding altogetherMarc Cornellà
It conflicts with normal Backspace behavior. Fixes #9155
2020-08-05lib: remove CTRL-Backspace binding for vi keymapsMarc Cornellà
2020-08-04lib: add CTRL-backspace and CTRL-delete to delete whole wordsMarc Cornellà
Fixes #7609 Closes #8191 Co-authored-by: Michal Grňo <m93a.cz@gmail.com>
2020-08-04lib: bind keys to viins and vicmd keymaps and clean up fileMarc Cornellà
Fixes #8468
2015-12-14Better research history with arrow keysdesrum_m
This change enables UP-arrow and DOWN-arrow full-line history completion. For example, if you write `git clone` and press UP: - Before this change, it will use the last command that starts with `git`. - After this change, it will use the last command that starts with `git clone`.
2015-02-10Moves a bindkey call from misc to key-bindings.LFDM
2014-03-26Fix broken reverse-menu-complete keybinding.Andre Eriksson
Since e537ee9, the reverse-menu-complete keybinding has no longer been properly bound (it was accidentally bound to the delete key). This commit again binds it to shift-tab.
2014-03-21Added a forward-delete fallback to bind Delete keyAlexei Danchenkov
Delete key (of Fn+Delete on Mac) would print "~" instead of deletion.
2014-03-20Aligned commentsAlexei Danchenkov
2014-03-20Update key-bindings.zshAlexei Danchenkov
Aligned comments
2014-03-20added terminfo keys verificationAlexei Danchenkov
2014-03-13Merge pull request #1355 from F30/key-bindingsRobby Russell
Use terminfo key codes instead of hardcoded ones for key bindings
2013-12-02Merge pull request #513 from randy909/fix-edit-cmdlineRobby Russell
Fix edit-command-line binding
2012-10-17Replace hardcoded key escape sequeneces with dynamic ones from terminfo.Felix Dreissig
2012-10-14Make sure the terminal is always in application mode when zle is active.Felix Dreissig
2012-10-13Don't clobber standard Esc+. behaviorMat Schaffer
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard. Conflicts: lib/key-bindings.zsh
2012-10-13forgot to save before committing. dohKyle West
2012-10-13Added documentation to key bindings.Kyle West
Conflicts: lib/key-bindings.zsh
2012-03-17Don't clobber standard Esc+. behavior Mat Schaffer
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
2011-08-01Fix edit-command-line bindingRandy Hancock
This binding doesn't work when the edit-command-line.zsh file is loaded after the key-bindings.zsh file because 'bindkey -e' in key-bindings.zsh resets the binding. Moving the bindings to they key-bindings.zsh file and removing edit-command-line.zsh.
2011-07-23Add key bindings for gnome-terminal on FedoraLoïc Yhuel
2011-07-23added mac keybinding for backward-delete-charSven Lito
2011-05-13Merge pull request #290 from arthurkalm/delete-key-workingRobby Russell
Make the delete key work correctly, instead of outputting a ~
2011-04-19Added bindings for Gnome terminal.Arthur Kalmenson
2011-04-19Make the delete key work correctly, instead of outputting a ~Arthur Kalmenson
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2010-09-30Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into ↵Robby Russell
kremso-shifttab
2010-04-08Ignore errors from compaudit when using `sudo -s`John Reese
2010-03-22Make Shift+Tab move backwards in the menuTomas Kramar
2009-09-23merge upstreamJames Cox
2009-09-23Moving all zsh config options into a lib/ subdirectory to make way for some ↵Robby Russell
upcoming changes to directory structure and configuration options