Skip to content

Mootikins/vimPresentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vimPresentation

An A-Z of what I consider to be the bare minimum to efficiently edit text in [Neo]Vim.

This repository contains the following, other than this readme:

  • sample.vimrc - a basic vim config file with some recommended settings
  • vimPresentation.tutor - a tutor file best used with NeoVim, but will work with standard Vim. Vim doesn't hide the markup in .tutor files, so the markup will be visible and the table of contents will not work as intended.
  • vimPresentation.tutor.json - a partner json file for the previous file, which stores the data needed for NeoVim's tutor feature

To use this tutorial/presentation most effectively, it is recommended to do the following:

# From within the repository directory
$ mkdir ~/.config/nvim
$ cp sample.vimrc ~/.config/nvim/init.vim
  • You're all set! Open the presentation
$ nvim vimPresentation.tutor

About

Some presentations about Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published