SlideShare a Scribd company logo
1 of 22
What is Vim?

 Advanced programmer‘s text editor

 Designed expressly for efficient text editing

 IDE-like features not built-in, but 1000‘s of plugins

 Highly customizable and extensible

 Incredibly powerful—will double or triple your
  productivity!

 Steep learning curve—takes years to master
Installing Vim

 Linux/Unix: Comes installed with practically all
  distributions

 OSX: Ships with Vim, but use MacVim for a GUI:
    http://code.google.com/p/macvim/

     Tip: Use iTerm2 for 256-color color schemes!

 Windows: Use gVim: http://www.vim.org/download.php#pc
Download vimfiles

 Download my configuration files to start

 If git is installed:
 > cd ~
 > git clone http://github.com/thenovices/dotfiles
 > ln –s dotfiles/.vim* .


 Otherwise, download zip from
  http://github.com/thenovices/dotfiles
What are we doing?

 Whirlwind tour of Vim‘s key features

 Come back and use this powerpoint as a reference

 Play around with me!




http://bit.ly/yfGl30
Vim Philosophy


1.Modal Editing
2.Operators and Motions
The Modal Editor

 We spend more time reading and editing than
  typing!

 Normal mode: All keystrokes are interpreted as
  commands

 Insert mode: Regular typing as you know it

 Visual mode: Highlighting

 … more!
Surviving in Vim




 i – Gets you into insertion mode
 <ESC> – Always gets you back to normal mode
 :wq<Enter> – Saves and quits Vim
Advanced movement

 Vim is all about saving keystrokes! Many many
  motion commands.


This is some text                       ^ – begin
                                        line
                                        beginning
^             b        e w      $       end
              cursor
                                        word
                                        $ – end line
Operator-Motion Model
Operators

 d – Delete
 c – Change (delete and go into insertion mode)
 y – Yank (Copy)
 v – Visual/Highlight

 Combine with motions to great effect! Type an
  operator twice to act upon the entire line.
More Common
             Commands
 V – Visual line highlighting
 o – Create new line below and go into insertion
   mode

 x – Delete character under cursor
R – Go into replacement mode (try it!)
u – Undo (very helpful )
A – Append to end of line (goes into insertion mode)
Text Objects

 w – word (delimited by punctuation)
 W – word (delimited by whitespace)
 ) – matching set of parentheses (also [], {}, <>, ‗‘, ―‖)
t – XML tag (e.g. <html></html>)
Putting it all together
Find and Replace

 / – Searches in the document for some string
 n – Goes to next occurrence
 N – Goes to previous occurrence
 :%s/foo/bar             – replace all occurrences of ‗foo‘
   with ‗bar‘ in the entire document. (Key token: ‗%‘)

 You can use regular expressions as well!
What now?

 Once you‘ve mastered the basics, gradually pick up
  more and more Vim tricks.

 Learn one thing at a time

 Explore Vim plugins.
Demonstration!
Advanced Topics

 Windows

 Tabs

 Buffers

 Macros

 Marks

 Visual Blocks
Popular Plugins

 Surround.vim

 Fugitive.vim (Git integration)

 Rails.vim (Rails integration)

 NERD_tree.vim (File Explorer)

 Tabular.vim (Alignment, tables)

 Snipmate.vim (Textmate-like snippets)
Resources and Links

 vimtutor (30-minutes) and :help usr_02.txt (manual)

 Learn Vim Progressively (good way to start off)
     http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/


 Treasure Trove of Vim Tricks:
     http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-
     vim/1220118#1220118


 Why do those nutheads use Vim? (like a showcase)
     http://www.viemu.com/a-why-vi-vim.html


 Comprehensive list of Vim tips and tricks (advanced!!)
     http://rayninfo.co.uk/vimtips.html


 Brandon‘s dotfiles: http://github.com/thenovices/dotfiles
More Advanced Links

 http://vimcasts.org

 https://github.com/tpope/tpope

 https://github.com/ryanb/dotfiles

 https://github.com/languages/VimL

More Related Content

What's hot

Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Scriptsbmguys
 
Complete Guide for Linux shell programming
Complete Guide for Linux shell programmingComplete Guide for Linux shell programming
Complete Guide for Linux shell programmingsudhir singh yadav
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commandsSagar Kumar
 
Intro to Linux Shell Scripting
Intro to Linux Shell ScriptingIntro to Linux Shell Scripting
Intro to Linux Shell Scriptingvceder
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemSadia Bashir
 
Unix shell scripting basics
Unix shell scripting basicsUnix shell scripting basics
Unix shell scripting basicsManav Prasad
 
Introduction to Linux
Introduction to Linux Introduction to Linux
Introduction to Linux Harish R
 
A Quick Introduction to Linux
A Quick Introduction to LinuxA Quick Introduction to Linux
A Quick Introduction to LinuxTusharadri Sarkar
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linuxshravan saini
 
Bash shell
Bash shellBash shell
Bash shellxylas121
 
Linux Basic commands and VI Editor
Linux Basic commands and VI EditorLinux Basic commands and VI Editor
Linux Basic commands and VI Editorshanmuga rajan
 

What's hot (20)

Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Script
 
Complete Guide for Linux shell programming
Complete Guide for Linux shell programmingComplete Guide for Linux shell programming
Complete Guide for Linux shell programming
 
Linux systems - Linux Commands and Shell Scripting
Linux systems - Linux Commands and Shell ScriptingLinux systems - Linux Commands and Shell Scripting
Linux systems - Linux Commands and Shell Scripting
 
User management
User managementUser management
User management
 
Vim Rocks!
Vim Rocks!Vim Rocks!
Vim Rocks!
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Intro to Linux Shell Scripting
Intro to Linux Shell ScriptingIntro to Linux Shell Scripting
Intro to Linux Shell Scripting
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File System
 
Linux File System
Linux File SystemLinux File System
Linux File System
 
Basic Unix
Basic UnixBasic Unix
Basic Unix
 
Unix shell scripting basics
Unix shell scripting basicsUnix shell scripting basics
Unix shell scripting basics
 
Introduction to Linux
Introduction to Linux Introduction to Linux
Introduction to Linux
 
A Quick Introduction to Linux
A Quick Introduction to LinuxA Quick Introduction to Linux
A Quick Introduction to Linux
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linux
 
Vi editor
Vi   editorVi   editor
Vi editor
 
Bash shell
Bash shellBash shell
Bash shell
 
Linux Basic commands and VI Editor
Linux Basic commands and VI EditorLinux Basic commands and VI Editor
Linux Basic commands and VI Editor
 

Viewers also liked

Project on vim bar
Project on vim barProject on vim bar
Project on vim barshirshendu
 
Introduction to Vim, the text editor
Introduction to Vim, the text editorIntroduction to Vim, the text editor
Introduction to Vim, the text editorVysakh Sreenivasan
 
How to become a practical Vim user
How to become a practical Vim userHow to become a practical Vim user
How to become a practical Vim userKana Natsuno
 
How To Access Code In Large w/ Vim
How To Access Code In Large w/ VimHow To Access Code In Large w/ Vim
How To Access Code In Large w/ VimCheng Hsien Chen
 
Vim, the Way of the Keyboard
Vim, the Way of the KeyboardVim, the Way of the Keyboard
Vim, the Way of the KeyboardFederico Galassi
 
Process and Threads in Linux - PPT
Process and Threads in Linux - PPTProcess and Threads in Linux - PPT
Process and Threads in Linux - PPTQUONTRASOLUTIONS
 
Linux process management
Linux process managementLinux process management
Linux process managementRaghu nath
 
BBA Internship Report on Brand Building & Sustainable Development of Unilever...
BBA Internship Report on Brand Building & Sustainable Development of Unilever...BBA Internship Report on Brand Building & Sustainable Development of Unilever...
BBA Internship Report on Brand Building & Sustainable Development of Unilever...Md. Abdur Rakib
 
Dishwasher
DishwasherDishwasher
DishwasherRoger97
 
Market segmentation of IFB commercial dishwasher
Market segmentation of IFB commercial dishwasher Market segmentation of IFB commercial dishwasher
Market segmentation of IFB commercial dishwasher Nahid Anjum
 
Brand assignment lux case study
Brand assignment lux case studyBrand assignment lux case study
Brand assignment lux case studyRupali Singh
 

Viewers also liked (20)

Vimbar
VimbarVimbar
Vimbar
 
Project on vim bar
Project on vim barProject on vim bar
Project on vim bar
 
Vim Hacks
Vim HacksVim Hacks
Vim Hacks
 
Vim survival guide
Vim survival guideVim survival guide
Vim survival guide
 
Dettol Dish Washer
Dettol Dish WasherDettol Dish Washer
Dettol Dish Washer
 
Vim Showcase
Vim ShowcaseVim Showcase
Vim Showcase
 
Introduction to Vim, the text editor
Introduction to Vim, the text editorIntroduction to Vim, the text editor
Introduction to Vim, the text editor
 
Vim
VimVim
Vim
 
How to become a practical Vim user
How to become a practical Vim userHow to become a practical Vim user
How to become a practical Vim user
 
How To Access Code In Large w/ Vim
How To Access Code In Large w/ VimHow To Access Code In Large w/ Vim
How To Access Code In Large w/ Vim
 
TMUX Rocks!
TMUX Rocks!TMUX Rocks!
TMUX Rocks!
 
Vim, the Way of the Keyboard
Vim, the Way of the KeyboardVim, the Way of the Keyboard
Vim, the Way of the Keyboard
 
Process and Threads in Linux - PPT
Process and Threads in Linux - PPTProcess and Threads in Linux - PPT
Process and Threads in Linux - PPT
 
Power poin perswnt
Power poin perswntPower poin perswnt
Power poin perswnt
 
vim - Tips and_tricks
vim - Tips and_tricksvim - Tips and_tricks
vim - Tips and_tricks
 
Linux process management
Linux process managementLinux process management
Linux process management
 
BBA Internship Report on Brand Building & Sustainable Development of Unilever...
BBA Internship Report on Brand Building & Sustainable Development of Unilever...BBA Internship Report on Brand Building & Sustainable Development of Unilever...
BBA Internship Report on Brand Building & Sustainable Development of Unilever...
 
Dishwasher
DishwasherDishwasher
Dishwasher
 
Market segmentation of IFB commercial dishwasher
Market segmentation of IFB commercial dishwasher Market segmentation of IFB commercial dishwasher
Market segmentation of IFB commercial dishwasher
 
Brand assignment lux case study
Brand assignment lux case studyBrand assignment lux case study
Brand assignment lux case study
 

Similar to Introduction to Vim

Similar to Introduction to Vim (20)

Augusta Linux User Group - Vim Introduction
Augusta Linux User Group - Vim IntroductionAugusta Linux User Group - Vim Introduction
Augusta Linux User Group - Vim Introduction
 
What is Vim?
What is Vim?What is Vim?
What is Vim?
 
Unit 5 vim an advanced text editor
Unit 5 vim an advanced text editorUnit 5 vim an advanced text editor
Unit 5 vim an advanced text editor
 
Tuffarsi in vim
Tuffarsi in vimTuffarsi in vim
Tuffarsi in vim
 
NYPHP March 2009 Presentation
NYPHP March 2009 PresentationNYPHP March 2009 Presentation
NYPHP March 2009 Presentation
 
Vi
ViVi
Vi
 
unix-editors.pdf
unix-editors.pdfunix-editors.pdf
unix-editors.pdf
 
Emacs tutorial
Emacs tutorialEmacs tutorial
Emacs tutorial
 
Vim and Python
Vim and PythonVim and Python
Vim and Python
 
Vim Hacks
Vim HacksVim Hacks
Vim Hacks
 
Vim FTW!
Vim FTW!Vim FTW!
Vim FTW!
 
Vim - How to Develop Like a Ninja
Vim - How to Develop Like a NinjaVim - How to Develop Like a Ninja
Vim - How to Develop Like a Ninja
 
andrew's guide to vim
andrew's guide to vimandrew's guide to vim
andrew's guide to vim
 
Text editor In RHEL
Text editor In RHELText editor In RHEL
Text editor In RHEL
 
swl--3 (1).docx
swl--3 (1).docxswl--3 (1).docx
swl--3 (1).docx
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
Nithi
NithiNithi
Nithi
 
Linuxs1
Linuxs1Linuxs1
Linuxs1
 
Linux programming - Getting self started
Linux programming - Getting self started Linux programming - Getting self started
Linux programming - Getting self started
 

Recently uploaded

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 

Recently uploaded (20)

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 

Introduction to Vim

  • 1.
  • 2. What is Vim?  Advanced programmer‘s text editor  Designed expressly for efficient text editing  IDE-like features not built-in, but 1000‘s of plugins  Highly customizable and extensible  Incredibly powerful—will double or triple your productivity!  Steep learning curve—takes years to master
  • 3.
  • 4. Installing Vim  Linux/Unix: Comes installed with practically all distributions  OSX: Ships with Vim, but use MacVim for a GUI: http://code.google.com/p/macvim/  Tip: Use iTerm2 for 256-color color schemes!  Windows: Use gVim: http://www.vim.org/download.php#pc
  • 5. Download vimfiles  Download my configuration files to start  If git is installed: > cd ~ > git clone http://github.com/thenovices/dotfiles > ln –s dotfiles/.vim* .  Otherwise, download zip from http://github.com/thenovices/dotfiles
  • 6. What are we doing?  Whirlwind tour of Vim‘s key features  Come back and use this powerpoint as a reference  Play around with me! http://bit.ly/yfGl30
  • 8. The Modal Editor  We spend more time reading and editing than typing!  Normal mode: All keystrokes are interpreted as commands  Insert mode: Regular typing as you know it  Visual mode: Highlighting  … more!
  • 9. Surviving in Vim  i – Gets you into insertion mode  <ESC> – Always gets you back to normal mode  :wq<Enter> – Saves and quits Vim
  • 10. Advanced movement  Vim is all about saving keystrokes! Many many motion commands. This is some text ^ – begin line beginning ^ b e w $ end cursor word $ – end line
  • 12. Operators  d – Delete  c – Change (delete and go into insertion mode)  y – Yank (Copy)  v – Visual/Highlight  Combine with motions to great effect! Type an operator twice to act upon the entire line.
  • 13. More Common Commands  V – Visual line highlighting  o – Create new line below and go into insertion mode  x – Delete character under cursor R – Go into replacement mode (try it!) u – Undo (very helpful ) A – Append to end of line (goes into insertion mode)
  • 14. Text Objects  w – word (delimited by punctuation)  W – word (delimited by whitespace)  ) – matching set of parentheses (also [], {}, <>, ‗‘, ―‖) t – XML tag (e.g. <html></html>)
  • 15. Putting it all together
  • 16. Find and Replace  / – Searches in the document for some string  n – Goes to next occurrence  N – Goes to previous occurrence  :%s/foo/bar – replace all occurrences of ‗foo‘ with ‗bar‘ in the entire document. (Key token: ‗%‘)  You can use regular expressions as well!
  • 17. What now?  Once you‘ve mastered the basics, gradually pick up more and more Vim tricks.  Learn one thing at a time  Explore Vim plugins.
  • 19. Advanced Topics  Windows  Tabs  Buffers  Macros  Marks  Visual Blocks
  • 20. Popular Plugins  Surround.vim  Fugitive.vim (Git integration)  Rails.vim (Rails integration)  NERD_tree.vim (File Explorer)  Tabular.vim (Alignment, tables)  Snipmate.vim (Textmate-like snippets)
  • 21. Resources and Links  vimtutor (30-minutes) and :help usr_02.txt (manual)  Learn Vim Progressively (good way to start off) http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/  Treasure Trove of Vim Tricks: http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with- vim/1220118#1220118  Why do those nutheads use Vim? (like a showcase) http://www.viemu.com/a-why-vi-vim.html  Comprehensive list of Vim tips and tricks (advanced!!) http://rayninfo.co.uk/vimtips.html  Brandon‘s dotfiles: http://github.com/thenovices/dotfiles
  • 22. More Advanced Links  http://vimcasts.org  https://github.com/tpope/tpope  https://github.com/ryanb/dotfiles  https://github.com/languages/VimL

Editor's Notes

  1. When you think about it, we spend much more time reading and editing text than actually typing in text. But when we have to read and edit text, we end up having to use the mouse, or buttons or keyboard shortcuts. Why should the insertion mode be the default mode?In Vim, keys are interpreted differently depending on what mode you’re in. In insertion mode, typing ‘j’ types out ‘j’, but in normal mode, typing ‘j’ makes you go down a line.