SlideShare a Scribd company logo
Vim for
Mere Mortals
@VimIndy 06.2016
Who am I?@claytron IRL and on the internets
Senior Software Engineer at TinderBox
Vimmer ca. 2003
is hard retro.
Don't rage :quit! just yet...
Fundamentals
You start by learning the
minimal to survive,
then you integrate all the
tricks slowly.
— Learn Vim Progressively
$ vimtutor
in Neovim
:Tutor
command line
$ alias vimtutor='nvim -c Tutor'
Terminology
A buffer is the in-memory text of a file.
A window is a viewport on a buffer.
A tab page is a collection of windows.
:help window
Vim for Mere Mortals
Vim for Mere Mortals
Modal Editing
Normal
Visual
Select
Insert
Command
Ex
How do you generate a
random string?
Put a first year CS student
in front of Vim and tell
them to save and exit.
#normalmodeproblems
Normal Mode
Insert Mode
Command Mode
Help!
:help
:help help
For any topic :help syntastic
For an option :help 'syntastic_ignore_files'
For a command :help :SyntasticInfo
:helpgrep syntastic.*checkerc
:tab help intro
1. Help commands *online-help*
*help* *<Help>* *:h* *:help* *<F1>* *i_<F1>* *i_<Help>*
<Help> or
:h[elp] Open a window and display the help file in read-only
mode. If there is a help window open already, use
that one. Otherwise, if the current window uses the
full width of the screen or is at least 80 characters
wide, the help window will appear just above the
current window. Otherwise the new window is put at
the very top.
VimIndy Slack.
#vim on Freenode.
Vi and Vim StackExchange.
Vim! Do you speak it?
:help motion.txt
2d3w
│││└─ motion
││└─ count
│└─ operator
└─ count
ggguG
the jerry yang treatment.
xp
Transpose characters.
dw
Delete till end of word.
diw
Delete the current word.
d2w
Delete two words.
dd
Delete a line.
d2d
Delete two lines.
cw ciw c2w cg_ cG
vw viw v2w vg_ vG
68i-<Esc>
Add an ascii bar
2d3w
│││└─ motion
││└─ count
│└─ operator
└─ count
Arrow Keys?
Experienced users prefer
the hjkl keys because
they are always right
under their fingers.
Beginners often prefer
the arrow keys,
because they do not know
what the hjkl keys do.
The mnemonic value of hjkl
is clear from looking at the
keyboard.
Think of j as an arrow
pointing downwards.
— :help motion.txt
VIM
WIZARD[1] a man who has magical powers, especially in
legends and fairy tales
You can use your
MOUSE
Use vim-sensible to start out.
Or go all in with Vim Bootstrap, Janus or spf13.
Plugins
Plugin Managers
Pathogen
Vundle
vim-plug
vim-addon-manager
dein.vim
Vizardry
Vimana
Install Plugins
call plug#begin()
Plug 'tpope/vim-sensible'
Plug 'scrooloose/syntastic'
call plug#end()
Pillaging .vimrc
THE END
Links
→ @VimIndy
→ vim.org
→ Neovim
→ Help always in a tab
→ My .vimrc
→ VIM: Hard Mode
→ vim-galore: Everything you
need to know about Vim
Screencasts
→ Vimcasts
→ Derek Wyatt Tutorials
Articles / Books
→ Learn Vim Progressively
→ Learn Vim the Hard Way
→ Coming Home to Vim
→ Everyone Who Tried to Convince
Me to use Vim was Wrong
→ Learn to Speak Vim
→ Vim Text Objects: The Definitive
Guide
→ Practical Vim
Photo Credits
Title (B.B. Wijdieks)
Fundamentals (@nobida)
Terminology (@nicklockey)
Modal (@chrisobayda)
Help (@mountaineer4061)
Help (@carbonated)
Do you speak it? (@reallyboring)
Arrow Keys (@regocasasnovas)
hjkl (@donpdonp)
mouse (@kapy)
Sensible (@matt_gibson)
Plugins (@chicagobart)
Pillaging (Damian Gadal)
Links (@volvob12b)
⬅ This Picture (@rhodes)
Thanks to
and
Vim for Mere Mortals by claytron is licensed under a
Creative Commons Attribution-ShareAlike 4.0
International License.
*bar*
| To screen column [count] in the current line.
|exclusive| motion. Ceci n'est pas une pipe.

More Related Content

PDF
Vim Rocks!
PPTX
Vim survival guide
PPTX
Vim Showcase
PPTX
Introduction to Vim
PPT
Vim Vi Improved
PDF
Vim conf2019
PDF
Vim, I wish I knew how to :q you!
PPTX
Ver rmbv en_linux_centos
Vim Rocks!
Vim survival guide
Vim Showcase
Introduction to Vim
Vim Vi Improved
Vim conf2019
Vim, I wish I knew how to :q you!
Ver rmbv en_linux_centos

What's hot (8)

PDF
Kodar-lan - Text and editors Vi/Vim (2013-06-15)
PDF
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
PDF
Presentation bisnis
PDF
Puppet Camp Boston 2014: Securely Managing Secrets with FreeIPA and Puppet (I...
PPTX
Bàn giám đốc Veneer Đức Khang
PPT
Assignment 1 slideshow
PDF
WatPy talk
ODP
How to protect your windows
Kodar-lan - Text and editors Vi/Vim (2013-06-15)
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
Presentation bisnis
Puppet Camp Boston 2014: Securely Managing Secrets with FreeIPA and Puppet (I...
Bàn giám đốc Veneer Đức Khang
Assignment 1 slideshow
WatPy talk
How to protect your windows
Ad

Viewers also liked (20)

PDF
라이트닝 토크 2015 파이콘
PPTX
2016 py con2016_lightingtalk_php to python
PDF
EuroDjangoCon 2009 - Ein Rückblick
PDF
Django - The Web framework for perfectionists with deadlines
ODP
Rabbitmq & Postgresql
PDF
Django - The Web framework for perfectionists with deadlines
PDF
Website optimization
PDF
The Django Book, Chapter 16: django.contrib
PDF
NoSql Day - Chiusura
PDF
Django e il Rap Elia Contini
PDF
2 × 3 = 6
PDF
The Django Book Chapter 9 - Django Workshop - Taipei.py
PDF
2007 - 应用系统脆弱性概论
PPT
Digesting jQuery
PDF
Bottle - Python Web Microframework
PPT
Html5 History-API
PDF
Django mongodb -djangoday_
KEY
Overview of Testing Talks at Pycon
PPTX
Super Advanced Python –act1
PDF
PyClab.__init__(self)
라이트닝 토크 2015 파이콘
2016 py con2016_lightingtalk_php to python
EuroDjangoCon 2009 - Ein Rückblick
Django - The Web framework for perfectionists with deadlines
Rabbitmq & Postgresql
Django - The Web framework for perfectionists with deadlines
Website optimization
The Django Book, Chapter 16: django.contrib
NoSql Day - Chiusura
Django e il Rap Elia Contini
2 × 3 = 6
The Django Book Chapter 9 - Django Workshop - Taipei.py
2007 - 应用系统脆弱性概论
Digesting jQuery
Bottle - Python Web Microframework
Html5 History-API
Django mongodb -djangoday_
Overview of Testing Talks at Pycon
Super Advanced Python –act1
PyClab.__init__(self)
Ad

Similar to Vim for Mere Mortals (20)

PDF
Tuffarsi in vim
PDF
Vi Improved Vim First Edition Steve Oualline
PDF
Vi survival guide
PDF
KEY
VIM for the PHP Developer
ZIP
Vimエディタで行を削除する方法
PPT
Introduction to vi editor
KEY
Vim week
PDF
Mission vim possible-full
PDF
Vim Book
PDF
Vim Basics
PDF
vim brownbag - Richard forth
PPT
PDF
1_Editors_in_Unix
PDF
Vim For Php
PDF
Using VI Editor in Red Hat by Rohit Kumar
PDF
Using vi editor
PDF
Introduction to vim
PPTX
Presentacion vim
PDF
VIM for Programmers
Tuffarsi in vim
Vi Improved Vim First Edition Steve Oualline
Vi survival guide
VIM for the PHP Developer
Vimエディタで行を削除する方法
Introduction to vi editor
Vim week
Mission vim possible-full
Vim Book
Vim Basics
vim brownbag - Richard forth
1_Editors_in_Unix
Vim For Php
Using VI Editor in Red Hat by Rohit Kumar
Using vi editor
Introduction to vim
Presentacion vim
VIM for Programmers

More from Clayton Parker (20)

PDF
Customizing Your Shell With Dotfiles
PDF
Fuzzy Feelings for Fuzzy Matching
PDF
Exploring Code with Pry!
PDF
Zen and the Art of Python
PDF
So you think you can pdb?
PDF
Managing Chaos: Merging 120 Sites into a single Plone Multisite Solution
PDF
Current State of Python Packaging
PDF
Notre Dame Seamless Syndication with Lineage
PDF
Pioneer a Strategic Change in Content Organization with Plone
PDF
Using Buildout, GenericSetup and a Policy Package to Rule the World
PDF
Make Plone Search Act Like Google Using Solr
PDF
Migrating from drupal to plone with transmogrifier
PDF
Buildout for the Future
PDF
Buildout future
PDF
Laying Pipe with Transmogrifier
PDF
LDAP and Active Directory Authentication in Plone
PDF
Code with Style - PyOhio
PDF
Code with style
PDF
Using Buildout to Develop and Deploy Python Projects
PDF
Generic Setup De-Mystified
Customizing Your Shell With Dotfiles
Fuzzy Feelings for Fuzzy Matching
Exploring Code with Pry!
Zen and the Art of Python
So you think you can pdb?
Managing Chaos: Merging 120 Sites into a single Plone Multisite Solution
Current State of Python Packaging
Notre Dame Seamless Syndication with Lineage
Pioneer a Strategic Change in Content Organization with Plone
Using Buildout, GenericSetup and a Policy Package to Rule the World
Make Plone Search Act Like Google Using Solr
Migrating from drupal to plone with transmogrifier
Buildout for the Future
Buildout future
Laying Pipe with Transmogrifier
LDAP and Active Directory Authentication in Plone
Code with Style - PyOhio
Code with style
Using Buildout to Develop and Deploy Python Projects
Generic Setup De-Mystified

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPT
Teaching material agriculture food technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
cuic standard and advanced reporting.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Empathic Computing: Creating Shared Understanding
NewMind AI Weekly Chronicles - August'25 Week I
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Teaching material agriculture food technology
The AUB Centre for AI in Media Proposal.docx
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
sap open course for s4hana steps from ECC to s4
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Spectral efficient network and resource selection model in 5G networks
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Understanding_Digital_Forensics_Presentation.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Big Data Technologies - Introduction.pptx
Unlocking AI with Model Context Protocol (MCP)
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Empathic Computing: Creating Shared Understanding

Vim for Mere Mortals