jedi-vim
install jedi pip install jedi
- cscope
- cmake
- ctags
For JS
- eslint (npm)
- babel-eslint (npm)
For vim-devicons
For vim-autopep8
- [autopep8]
Hotkey
vim-multiple-cursors
- ctrl-n: select current word / select next
- ctrl-p: cancel current word and back to previous
- ctrl-x: do not select current word and go to next
For fzf.vim
Install fzf first! Use homebrew on Mac. for linux install by yourself and link it to /usr/local/opt/fzf.
Ctrl-H mapping doesn't work on macOS
Execute the following commands in terminal to fix it:
infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti
tic $TERM.ti
See here for more information.