All Projects → dahu → Learnviml

dahu / Learnviml

A suggested path for learning Vim's scripting language, VimL

Labels

Projects that are alternatives of or similar to Learnviml

Vim Textobj Help
Vim plugin: Text objects for Vim help documents
Stars: ✭ 5 (-77.27%)
Mutual labels:  viml
Vimpeg
A PEG parser for Vim
Stars: ✭ 16 (-27.27%)
Mutual labels:  viml
Dotfiles
My dot files
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Phpclassexplorer
Simple (and I mean SIMPLE) method explorer for vim
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Easytags.vim
Automated tag file generation and syntax highlighting of tags in Vim
Stars: ✭ 15 (-31.82%)
Mutual labels:  viml
Vim Diff Toggle
🛠 Vim plugin to speed up editing diff files
Stars: ✭ 17 (-22.73%)
Mutual labels:  viml
Vim Space
text objects for the whitespace
Stars: ✭ 5 (-77.27%)
Mutual labels:  viml
Vim Session
Extended session management for Vim (:mksession on steroids)
Stars: ✭ 907 (+4022.73%)
Mutual labels:  viml
Rainbow parentheses.vim
Better Rainbow Parentheses
Stars: ✭ 892 (+3954.55%)
Mutual labels:  viml
Gist.vim
Create gists from Vim
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Vim Pants
Vim plugin for Pants
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Dotfiles Windows
[pt-BR] meus dotfiles para windows
Stars: ✭ 7 (-68.18%)
Mutual labels:  viml
Vim Stim
StIm - Star Improved
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Vim Operator Substitute
Vim-Plugin: Use :substitute like an operator
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Funcoo.vim
Functional Object Oriented VimL
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Pocket.vim
Stars: ✭ 5 (-77.27%)
Mutual labels:  viml
Vim Nosecompiler
Vim Compiler file for the nose framework
Stars: ✭ 16 (-27.27%)
Mutual labels:  viml
Vim lib
Stars: ✭ 22 (+0%)
Mutual labels:  viml
Markmywords
Arbitrary bookmarks for your files and Vim docs
Stars: ✭ 19 (-13.64%)
Mutual labels:  viml
Vimrc
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml

The Way of the VimL Wizard

A suggested path for learning Vim's scripting language, VimL.

This help file teaches the VimL scripting language using a progressive set of reading assignments and followup hands-on exercises. It is aimed primarily at existing programmers, however beginners can do the external tutorials referenced within.

LearnVimL

  • is written in Vim help format, internal to Vim itself
  • has comprehensive coverage of VimL, from basics to the gritty stuff with maps, :redir, plugins, etc.
  • relies heavily on the existing Vim documentation with assessment questions, exercises and challenges to reinforce learning
  • comes with a searchable set of sample code snippets covering the builtin functions and idiomatic VimL
  • authored by a group of experienced VimL coders, each sharing their individual skills, tips and tricks to rapidly steer you toward VimL excellence.

Install

Run :helptags ~/.vim/doc/ from within Vim. Type :help learnviml to get started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].