Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

bcicen/vimcommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimcommands

vimcommands.com: A gallery of various categorized Vim commands!

Contributing

Any and all suggestions or pull requests are welcome.

If you have a new command you'd like to add, add a YAML file to content/commands/ using the template below:

---
Tags: ['movement'] #one of movement, replace, case, search, etc.
Mode: 'normal' #pertinent mode for this command(normal, visual, insert)
date: 2015-12-11T16:16:46-05:00
title: 'G' #command
---

Move to end of file #description