]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/thefuck/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / thefuck / README.md
1 # The Fuck
2
3 [The Fuck](https://github.com/nvbn/thefuck) plugin — magnificent app which corrects your previous console command.
4
5 To use it, add thefuck to the plugins array of your zshrc file:
6
7 plugins=(... thefuck)
8
9 ## Usage
10 Press `ESC` twice to correct previous console command.
11
12 ## Notes
13 `Esc`-`Esc` key binding conflicts with [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo) plugin.