Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | docs(sudo): document key binding change | Marc Cornellà | |
2021-08-27 | fix(sudo): allow different $EDITOR settings and fix zsh-syntax-highlighting ↵ | Marc Cornellà | |
redraw | |||
2021-08-27 | style(sudo): apply main style guide indentation | Marc Cornellà | |
2020-11-11 | feat(sudo): support aliases to $EDITOR (#9431) | Subhaditya Nath | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-23 | sudo: keep space before the command to ignore it in the history (#9178) | daddeffe | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-06 | sudo: make the behavior more in line with expectations (#9047) | MDHD | |
2020-03-11 | Clean up plugin READMEs and a few plugins | Marc Cornellà | |
- fasd - history - mercurial - pylint - repo - yii2 | |||
2019-11-19 | Replace "restart shell" documentation "exec zsh" (#8411) | Jacob Tomaw | |
Running `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`. | |||
2019-08-19 | Allow plugins sudo and thefuck to be loaded before vi-mode (#8087) | SomeDer | |
2018-10-01 | sudo: add README file (#7177) | Griko Nibras | |
2016-08-14 | Plugin : Sudo - Add support of sudoedit (#5035) | naegi | |
* Add sudoedit support * change describtion of sudo plugin | |||
2015-07-12 | Esc-esc now toggles sudo. | Fabio Strozzi | |
Press esc-esc once to add sudo (normal behaviour), press it twice to remove it from the beginning of the line. | |||
2014-09-15 | sudo: maintain cursor position | Giel van Schijndel | |
I.e. when prefixing the current command-line with 'sudo ' maintain the current cursor position instead of jumping to the end of the line. | |||
2013-12-21 | fix name schema for sudo plugin | lumbric | |
Plugin won't load automatically if added to variable $plugins, if name schema different than $name/$name.plugin.zsh is used (see is_plugin() in oh-my-zsh.sh). | |||
2013-07-04 | Add sudo plugin | dongweiming | |