kuoe0 / kuoe0-vim

vimrc environment with vundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jedi-vim

install jedi pip install jedi

requirement

  • 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.

Notice

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.

About

vimrc environment with vundle


Languages

Language:Vim Script 77.4%Language:Shell 10.7%Language:Makefile 3.0%Language:Python 2.0%Language:C 1.8%Language:PHP 1.0%Language:Java 1.0%Language:CSS 0.9%Language:C++ 0.7%Language:JavaScript 0.7%Language:HTML 0.7%