Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | Better research history with arrow keys | desrum_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-10 | Moves a bindkey call from misc to key-bindings. | LFDM | |
2014-03-26 | Fix 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-21 | Added a forward-delete fallback to bind Delete key | Alexei Danchenkov | |
Delete key (of Fn+Delete on Mac) would print "~" instead of deletion. | |||
2014-03-20 | Aligned comments | Alexei Danchenkov | |
2014-03-20 | Update key-bindings.zsh | Alexei Danchenkov | |
Aligned comments | |||
2014-03-20 | added terminfo keys verification | Alexei Danchenkov | |
2014-03-13 | Merge pull request #1355 from F30/key-bindings | Robby Russell | |
Use terminfo key codes instead of hardcoded ones for key bindings | |||
2013-12-02 | Merge pull request #513 from randy909/fix-edit-cmdline | Robby Russell | |
Fix edit-command-line binding | |||
2012-10-17 | Replace hardcoded key escape sequeneces with dynamic ones from terminfo. | Felix Dreissig | |
2012-10-14 | Make sure the terminal is always in application mode when zle is active. | Felix Dreissig | |
2012-10-13 | Don'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. Conflicts: lib/key-bindings.zsh | |||
2012-10-13 | forgot to save before committing. doh | Kyle West | |
2012-10-13 | Added documentation to key bindings. | Kyle West | |
Conflicts: lib/key-bindings.zsh | |||
2012-03-17 | Don'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-01 | Fix edit-command-line binding | Randy 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-23 | Add key bindings for gnome-terminal on Fedora | Loïc Yhuel | |
2011-07-23 | added mac keybinding for backward-delete-char | Sven Lito | |
2011-05-13 | Merge pull request #290 from arthurkalm/delete-key-working | Robby Russell | |
Make the delete key work correctly, instead of outputting a ~ | |||
2011-04-19 | Added bindings for Gnome terminal. | Arthur Kalmenson | |
2011-04-19 | Make the delete key work correctly, instead of outputting a ~ | Arthur Kalmenson | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2010-09-30 | Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into ↵ | Robby Russell | |
kremso-shifttab | |||
2010-04-08 | Ignore errors from compaudit when using `sudo -s` | John Reese | |
2010-03-22 | Make Shift+Tab move backwards in the menu | Tomas Kramar | |
2009-09-23 | merge upstream | James Cox | |
2009-09-23 | Moving all zsh config options into a lib/ subdirectory to make way for some ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options |