Last Updated: February 25, 2016
·
811
· oinopion

Go to last used buffer with two spaces

Quickly jump between two files (ex. code and test):

nmap <leader><leader> <c-^>

Combine with space as leader key:

let mapleader = "\<Space>"
let g:mapleader = "\<Space>"