diff options
author | Roland Chernov <mail@9241406380.org> | 2015-07-19 12:57:50 +0900 |
---|---|---|
committer | Roland Chernov <mail@9241406380.org> | 2015-07-19 12:57:57 +0900 |
commit | e38455bf4f9b247d3e51298d39d18a90a7294438 (patch) | |
tree | bde13d83f3361e8700387b6311160d59c87d228b /plugins/thefuck | |
parent | cd2213a0304e7f0b8fdfbb02be96f57042e2744a (diff) | |
download | zsh-e38455bf4f9b247d3e51298d39d18a90a7294438.tar.gz zsh-e38455bf4f9b247d3e51298d39d18a90a7294438.tar.bz2 zsh-e38455bf4f9b247d3e51298d39d18a90a7294438.zip |
Added conflict note (thefuck plugin)
Diffstat (limited to 'plugins/thefuck')
-rw-r--r-- | plugins/thefuck/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/thefuck/README.md b/plugins/thefuck/README.md index 981b5513e..a9b7550d7 100644 --- a/plugins/thefuck/README.md +++ b/plugins/thefuck/README.md @@ -4,3 +4,6 @@ ## Usage Press `ESC` twice to correct previous console command. + +## Notes +`Esc`-`Esc` key binding conflicts with [sudo](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sudo) plugin. |