Skip to content

This is my Vim configuration, which is effective yet fast.

Notifications You must be signed in to change notification settings

NormalUhr/Vim-Zarth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Vim-Zarth

Introduction

This is a effective yet fast configuration for Vim in terminal. Only five useful plugins are installed. No syntax check or autocompletion plugins are included for speed consideration. Specifically, the keymap is as follows,

kj -> <ESC>
,(comma) -> <Leader>

<Leader>cc -> Comment this line
<Leader>cu -> Unomment this line

C-e -> Open NerdTree
C-ww -> Switch to another tab

C-n -> Next buffer
C-p -> Last buffer

Installation

Feel free to use it with following command:

./run.sh

This command can also be used to catch up with the newest version.

About

This is my Vim configuration, which is effective yet fast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 96.5%
  • Shell 3.5%