vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit c8559428f2f169ec3dcf6af00f019dce511b8612
parent 4c6cbab24a939397485b98ebdda10ba87cb3bded
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  4 Sep 2013 00:25:49 -0700

Switch between absolute/relative numbering manually.

Diffstat:
M.vimrc | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -46,12 +46,6 @@ function! ToggleNumbering() endfunc nmap <C-n> :call ToggleNumbering()<CR> -if has("autocmd") - " Use absolute numbering in insert mode - au InsertEnter * :set number - au InsertLeave * :set relativenumber -endif - " Indentation/tabulation set autoindent set smartindent