Mercurial > dotfiles
comparison vim/vimrc @ 186:01304e9b4c19
Re-add Gundo mappings.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Jul 2014 21:18:48 -0700 |
parents | 0ed6642b8db8 |
children | 896acf280e7a |
comparison
equal
deleted
inserted
replaced
185:0ed6642b8db8 | 186:01304e9b4c19 |
---|---|
322 | 322 |
323 " Tab navigation | 323 " Tab navigation |
324 noremap <C-Tab> :tabnext<cr> | 324 noremap <C-Tab> :tabnext<cr> |
325 noremap <C-S-Tab> :tabprevious<cr> | 325 noremap <C-S-Tab> :tabprevious<cr> |
326 | 326 |
327 | |
328 " Window navigation | 327 " Window navigation |
329 nnoremap <C-up> :wincmd k<cr> | 328 nnoremap <C-up> :wincmd k<cr> |
330 nnoremap <C-down> :wincmd j<cr> | 329 nnoremap <C-down> :wincmd j<cr> |
331 nnoremap <C-left> :wincmd h<cr> | 330 nnoremap <C-left> :wincmd h<cr> |
332 nnoremap <C-right> :wincmd l<cr> | 331 nnoremap <C-right> :wincmd l<cr> |
339 nnoremap <F4> :call <SID>FindInNERDTree()<cr> | 338 nnoremap <F4> :call <SID>FindInNERDTree()<cr> |
340 | 339 |
341 " Tagbar. | 340 " Tagbar. |
342 nnoremap <F5> :TagbarToggle<cr> | 341 nnoremap <F5> :TagbarToggle<cr> |
343 nnoremap <F6> :TagbarOpenAutoClose<cr> | 342 nnoremap <F6> :TagbarOpenAutoClose<cr> |
343 | |
344 " Gundo. | |
345 nnoremap <F7> :GundoToggle<cr> | |
344 | 346 |
345 " Common typos. | 347 " Common typos. |
346 nnoremap ; : | 348 nnoremap ; : |
347 | 349 |
348 " Split windows | 350 " Split windows |