Skip to content

jmoratilla/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project allows to setup a vim editor for basic development.

Just clone this repository into your $HOME directory:

$ git clone https://github.com/jmoratilla/vim.git ~/.vim

and copy the ~/.vim/my.vimrc into your $HOME/.vimrc file

$ cp ~/.vim/my.vimrc ~/.vimrc

Last steps are to initialize and update the submodules

$ cd .vim
$ git submodule init
$ git submodule update

Little Vim cheatsheet

I use to forget the short keys to manage screens in Vim.

keys use
^W, S Horizontal split
^W, v Vertical split
^W, Q Close current split
^W, <cursor> Switch to adjacent screen

Also, you can use :sp or :vsp for splitting.

Now enjoy!

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published