feat: turn off line numbers in terminal windows

main
mandlm 2022-02-02 19:25:42 +01:00
parent d3741b5829
commit c046a01646
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ augroup END
" terminal mode options
augroup terminal_mode
autocmd!
autocmd TermOpen * setlocal nonumber
autocmd TermOpen * startinsert
augroup END