Personal web page: Emmanuel Branlard
SEARCH RESULTS FOR: #VIM

Useful vim commands (edit)
Motions h j k l 0 $ ^ % basic motions. If multilines, use gk gj g$ g0 12G % go to line 12 or :12 % go to line 12 (easier...
Best programming tips for Vim - Vim for programmers (edit)
This article contains some of the most powerful Vim commands for programming in my opinion. Small tips: Duplicate a line: ...
Vim plugins (edit)
This post gathers the different vim plugins I wrote. They can be found on github. vim-matlab-behave: Reproduce matlab editor behav...
Switch to Matlab window and paste content of clipboard into the command window (edit)
switch-and-paste-to-matlab is a simple program written in C-Sharp to switch to the Matlab command window and paste a command into it. The c...