Increase my productivity by install: fzf, tmux, nerdtree, the fuck, tig

fzf

command-line fuzzy searching 

https://github.com/junegunn/fzf#using-linux-package-managers

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

or

brew install fzf
/usr/local/opt/fzf/install

Now press ctrl+r or typing vim $(fzf)

tmux

powerful multiple terminal window controlling
https://gist.github.com/mberkowski/ec41d61cbbb9c4e69c93#the-prefix-keystroke-ctrl-b

sudo apt install tmux

I found it’s very useful for using.

nerdtree

https://github.com/preservim/nerdtree#installation

Plugin 'preservim/nerdtree'

nnoremap <C-t> :NERDTreeToggle<CR>

Now press ctrl+t in vim.

thefuck

https://github.com/nvbn/thefuck#installation

sudo apt install thefuck
#add to the bottom of ~/.bashrc
eval $(thefuck --alias --enable-experimental-instant-mode)

fuck

tig

git checking

https://jonas.github.io/tig/doc/tig.1.html

sudo apt install tig
tig status

the author

yingshaoxo: https://yingshaoxo.blogspot.com/2021/05/increase-my-productivity-by-install-fzf.html

final tip: leave your mouse alone.