Skip to content

keveryang/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

INSTALL

Get vim plug to manage the plugins:

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

open a doc with vim and run command:

:PlugInstall

USEAGE

Search file in vim: ""+"f"

Search symbol in vim: 'Ctrl+f' and 'Enter'

Select target with: 'Ctrl+j' and 'Ctrl+k'

and jump to taget with: 'Enter'

Jump back with: 'Ctrl+o'

To enable ctags for a project, please put a empty ".root" file in projet root directory, then the vim will generate the Ctags automatically.

Troubleshoot

Debian 9:

Error: LeaderF requires vim compiled with +python or +python3

Need install vim plugin to fix

sudo apt install vim-nox

Another options is:

sudo apt install vim-gnome-py2

About

vim config for Ubuntu/Debian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published