Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

SergeyTsaplin/vim-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My vim configs

Requirements

This configuration required on follow plugins:

Installation

  • On Linux/MacOS

    cd ~
    git clone https://github.com/SergeyTsaplin/vim-files.git ~/.vim
    ln -s ~/.vim/vimrc ~/.vimrc
    cd ~/.vim
    git submodule init
    git submodule update
    
  • On Windows

    cd %USERPROFILE%
    git clone https://github.com/SergeyTsaplin/vim-files.git vimfiles
    cp vimfiles\vimrc %USERPROFILE%\_vimrc
    cd vimfiles
    git submodule init
    git submodule update
    

How to update

git submodule foreach git pull origin master

How to use

This is basic hotkeys for features access:

  • Ctrl+n (<C-n>) toggle NERDTree panel
  • F2 (<F2>) toggle Tagbar panel
  • Ctrl+k Ctrl+p Puts full file path to system buffer
  • Ctrl+d (<C-d>) put next cursor on the same word (multiple cursors)
  • Ctrl+Tab switch to the next tabview
  • Ctrl+Shift+Tab switch to the previous tabview

Notices

  • tagbar plugin required ctags installed on your system

About

My vim/gvim environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published