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
2 lines
42 B
VimL
2 lines
42 B
VimL
:nnoremap <silent> ,tn :NumbersToggle<CR>
|