dotar/vim/plugin/settings/yadr-numbers.vim
Fabio Gallonetto 23a9e72b9c Add numbers.vim to vundles.list
numbers.vim is a plugin that allows for easy switch between
absolute and relative line numbers.
A convenient shortcut: ,tn (toggle numbers) is provided to
switch between the two modes

Fixes #276
2013-04-09 17:44:26 +01:00

2 lines
42 B
VimL

:nnoremap <silent> ,tn :NumbersToggle<CR>