Skip to content

rahul13ramesh/Vim__files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim is based on async execution which results in a snappy text-editor

Setup

	$ git clone https://github.com/rahul13ramesh/Vim__files.git
	$ cd Vim__files
	$ bash install.sh

Key Plugins

Custom Mappings

Here are some key mappings/commands:

Command Function
<leader> ,
<Esc> jk
,t All functions and variable
<Ctrl-c> copy
<Ctrl-v> paste
<Ctrl-b) Vertical Line Selection
(normal mode) File manager
,c (normal mode) Comment lien
(normal mode) To open and close Folds
,a Select all
, Scroll up and Down
(normal mode) Toggle Line Number
To switch splits(same follows for k,l,h)
To resize splits(same follows for k,l,h)
,ww Vimwiki
Fuzzy File finding
:Autoformat Indent entire File (Otherwise use : ,i)
:InstantMarkdownPreview Fuzzy File finding

Fugitive and Syntastic also have a bunch of interesting commands worth checking out