901 private links
Les TupperVim sont des évènements où l’on partage des connaissances et des astuces à propos de Vim.
Les TupperVim s’inspirent autant des agapes maçonniques du troisième millénaire que des soirées tupperware™ des années 60. Tout un concept.
Tutoriels
- Vim pour les canetons
- Vimbook, vim pour les humains
- Introduction book: A Byte of Vim [en]
- A guide for patient Vimmers
- Blog posts about Neo(vim) on dmerej.info
- Learn Vimscript the Hard Way
- Learn Vim Progressively
Présentations avec slides
- Registre vim par yamo
- Vim en 10 minutes par delapouite
- Plugins neovim par delapouite
Fichiers de configuration
- @fabi1cazenave
- @nojhan
- @maggick
- @dmerejkowsky
- @darnuria
- @guyzmo
- @Delapouite
- @GuillaumeSeren
- @HS-157
- @pbondoer
- @mawww
- @alexherbo2
Projets de tuppervimiste
- Theme apprentice par romainl
- Kinou’s Vim cube : PDF — SVG
- Qwerty-Lafayette
- Kakoune
- Krabby
Divers
A protip by nicolaslazartekaqui about vim.
TL;DR
To convert all text to lowercase and to uppercase in vim do:
ggVGu
ggVGU
Function in search/replace, do this to lowercase and to uppercase (example):
:%s/[A-Z]/\L&/g
:%s/[A-Z]/\U&/g
In this article, we will show you several ways to split the Vim window into separate workspaces both horizontally as well as vertically.
:set paste
- How to Exit
- Editing a File
- Inserting Text
- Inserting a file
- Deleting Text
- Changing (or Replacing) Text
- Substituting
- Copying and Moving Text
- Undo/Redo/Repeat
- Moving Around
- Marks
- Searching
- Selecting Text (Visual Mode)
- How to Suspend
In this tutorial we’re going to see how to use two of those features: multiple windows, and multiple vim registers.
These pages contain some vim tips. They are somewhat advanced, and meant for people that have been using vim for a semester or two already. Please see our Editors page if you're looking for begining editor information.
Keep this Vim cheat sheet handy to learn or relearn useful Vim commands.
Configuring your .vimrc file lets you use the full power of Vim. With a customized .vimrc file you can increase your Vim powers tenfold.
Pour être honnête, je suis plutôt team vim, mais l'astuce dont je vais parler aujourd'hui n'est pas réservée qu'à ce dernier. Vous pouvez aussi l'appliquer à emacs (tout le monde à le droit de faire des erreurs dans la vie) ou encore nano (bon là par contre, je ne peux…
Most coding games are aimed at children. But there are also some great coding games aimed at adults who want to learn to code.
This project aims to be one of the most accessible vim guides available.