settings: unumber the terminal buffer

Co-Authored-by: Igor Milhit <igor@milhit@.ch>
server
iGor milhit 2019-08-29 08:28:45 +02:00
parent b29aeeef27
commit f9291da301
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ set linebreak " Line wrap
set tw=79 " Lines longer than 79 chars will be wrapped set tw=79 " Lines longer than 79 chars will be wrapped
set colorcolumn=+1 " Colors the tw+1 column set colorcolumn=+1 " Colors the tw+1 column
set number " Line numbering set number " Line numbering
au TermOpen * setlocal listchars= nonumber norelativenumber
set cursorline set cursorline
set modeline set modeline