Added line numbers + <F3> to toggle them locally

This commit is contained in:
Talia 2017-08-19 11:35:28 +02:00
parent 16e111489e
commit 39a0932b95
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -110,6 +110,8 @@ endif
" CUSTOM STUFF
set bg=dark
set number
" Filetype stuff
au BufNewFile,BufRead *.etlua set filetype=html
" some options
@ -130,6 +132,7 @@ nnoremap <S-tab> :retab!<enter>
nnoremap <S-tab><S-tab> :setl expandtab!<enter> :set expandtab?<enter>
" Unprintable Characters
noremap <F4> :setl list!<enter>
noremap <F3> :setl number!<enter>
set listchars=eol,tab:»\ ,trail:.
" Commands
com! Setwd :cd %:p:h