mytxd / simrc

A simple vimrc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simrc

A vim configuration kept simple and small.

Installation

curl -fLo ~/.vimrc https://raw.githubusercontent.com/shiyanhui/simrc/master/vimrc && vim

Screenshots

Key maps

" below is a part of the key mappping settings.

let mapleader = ','     " mapleader
<Leader>w               " save file
<Leader>q               " quit
<C-a>                   " jump to head of line
<C-e>                   " jump to tail of line
<C-f>                   " move forward
<C-b>                   " move backward
>                       " continued right shift
<                       " continued left shift
<Leader>/               " unhighlight

Uninstall

rm -rf ~/.vimrc ~/.vim

License

NO LICENSE. Do what you want with it :)

About

A simple vimrc.


Languages

Language:Vim Script 100.0%