Skip to content

1Rhino/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

Tutorial to use vim

  • Download zip file
  • Delete old folder ~/.vim : rm -r ~/.vim
  • extract and copy folder vim-master to ~/.vim
  • copy file ~/.vim/.vimrc to ~/.vimrc

if not installed vim

sudo apt-get install vim vim-gtk

For search in folder vim

sudo apt-get install ack-grep

For copy from vim to clipboard: ctrl + c | ctrl + v

sudo apt-get install vim-gtk

Features:

  • ctrl + p : fuzzy search file in folder
  • nerd tree: ctrl + n, \ + n to open
  • comment-uncomment code: gcc
  • ctrl + n when edit: auto complete
  • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages