• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
  • Created about 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Switch To Vim For Good.

Switch To Vim For Good

This guide is coming from an email I used to send to newcomers to Vim. It is not intended to be a complete guide, it is about how I switched myself.

My decision to switch to Vim has been made a long time ago. Coming from TextMate 1, I wanted to learn an editor that is Open Source (so I don’t lose my time learning a tool that can be killed), cross platform (so I can use it everywhere), and powerful enough (so I won’t regret TextMate). For these reasons, Vim has always been the editor I wanted to learn, but it took me several years before I did it in a way that works for me. I tried to switch progressively, using the Janus Vim distribution for a few months, then got back to using TextMate 2 for a time, waiting for the next attempt… here is what finally worked for me.

Original gist with comments: https://gist.github.com/bpierre/0a0025d348b6001394e0

Non Optional

  1. Watch the Derek Wyatt videos in order (at least the “Novice” ones for now): http://derekwyatt.org/vim/tutorials/
  2. Read the first part of this Stack Overflow answer: http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
  3. Read “The Problem with Vim”, just to warn you: http://haldean.org/vim-problems/
  4. Launch vimtutor and finish it. Start playing with your new editor.
  5. Read “How to Switch to Vim” by David Bryant Copeland (entirely): http://naildrivin5.com/blog/2013/04/24/how-to-switch-to-vim.html
  6. Read “Coming Home with Vim” by Steve Losh (entirely): http://stevelosh.com/blog/2010/09/coming-home-to-vim/

My Advices

  • Start with an empty .vimrc, no plugins, no Vim distribution (like Janus). Only add what you understand, do not add too much things at once. Read other people .vimrc files. Vim is about “building”, or configuring, your own editor.
  • Do NOT stay in edit mode! The “normal” mode is called like that for a reason: you should stay in that mode most of the time. Switch to insert mode, insert something, then go back to normal mode.
  • Put your .vimrc on a repository hosting service (Gitlab, Bitbucket, GitHub…) so you can easily use it from everywhere and share it with others.
  • Create your own commands everytime you see yourself doing the same thing again and again, especially when entering in command line mode (by pressing :). Start by mapping :w to something faster to type. For me it’s ,s, because , is my <Leader> key, and s is always under my opposite hand.
  • Vim is a game which is incredibly rewarding after the first learning phases. You will learn to speak to your editor using a language. Every time you will learn a new noun, you will be able to use it with any verb or adjective that you already know. That is why with the time, every small thing you learn will be more and more powerful.
  • Try to learn new tricks from time to time, and remember to practice them so your brain can assimilate them and use them without even thinking about it.
  • Forget about your arrow keys. If you use them, your brain will never develop any good moving habit. Try to not use hjkl too much. kkkkkllllllllll is not faster than using a mouse: if you repeat the same key more than 3 times, there should be a way to move faster. Find it and use it.
  • If you more or less plan to buy a new keyboard, do it. This keyboard is now your Vim keyboard, and that could help you to create a mental switch.
  • You won’t be as productive as with your previous editor until one or two weeks, depending on what you do. Commit. Don’t look back. Your brain will hate it, but don’t listen to him, he will quickly find a way to be productive again.

Other Things

Another approach that seem to work for some people is to take the opposite way: slowly learning Vim by using it as a “normal editor” to start. It didn’t work for me, but maybe it could work for you: http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/

More Repositories

1

loot-rarity

🤍 💚 💙 💜 🧡 ❤️ Rarity levels for Loot.
TypeScript
470
star
2

gtranslate

Translate the selected text using Google Translate.
JavaScript
95
star
3

fontello-svg

Generate SVG icons from a Fontello icon set.
JavaScript
63
star
4

esbuild-config

đź“ś Config files for esbuild.
Rust
62
star
5

dnum

🧮 Small library for big decimal numbers.
TypeScript
58
star
6

ng-navigation-bar

AngularJS module: navigation bar for touch interfaces
CSS
23
star
7

vue-lanes

Event-based routing system for Vue.js.
JavaScript
20
star
8

gif.gg

Animated GIFs from your webcam.
JavaScript
19
star
9

jquery-superbox

[INACTIVE] jQuery Superbox! is a script which allows you display windows with the lightbox effect.
JavaScript
13
star
10

vue-gestures

Collection of Vue.js directives for touch gestures
JavaScript
12
star
11

minidrag

A simple solution to make an HTML element draggable (no dependencies).
JavaScript
10
star
12

dotfiles

A complete mess
Lua
10
star
13

blo-node

Simple blogging system for HTML lovers
JavaScript
9
star
14

jquery-hover-zoom

[INACTIVE] A simple jQuery plugin that provides a fast and accessible zoom effect
JavaScript
6
star
15

minihash

A simple wrapper around window.location.hash
JavaScript
4
star
16

jquery-simple-tooltip

[INACTIVE] jQuery Simple Tooltip allows you to create simple, accessible and easy-configurable tooltips.
4
star
17

phroto

A simple prototyping tool
PHP
3
star
18

miniroutes

Mini routing system based on regular expressions
JavaScript
3
star
19

webkit-svg-fixer

Fix SVG in WebKit browsers by forcing the rendering of images embedded in SVG docs.
JavaScript
3
star
20

jspage

Convert a script into an HTML page containing that script.
JavaScript
3
star
21

css-print-test

[INACTIVE] Testing browsers support for print-related CSS
2
star
22

simple-markup-validator

A simple Firefox addon to validate markup. The code mostly comes from Web Developer 1.1.9.
JavaScript
1
star
23

superattack

1
star
24

hadata

[INACTIVE] Hadata is a (de)serializer (JS object to string) for values in html attributes.
JavaScript
1
star
25

ubuntu-uitk-gallery-docker

Docker image to build and run the Ubuntu UITK Gallery
Shell
1
star
26

nodupes

Prevent duplicate names by appending an incremented prefix.
JavaScript
1
star
27

bpierre

1
star
28

bepo-generator

Python
1
star
29

pico-8-things

Things developed for the PICO-8 fantasy console.
Lua
1
star
30

bepo-pierre

My own variant of the BĂ©po keyboard layout
Python
1
star