Corrected wrong comment char in .vimrc.

This commit is contained in:
Heavy 2022-01-23 15:11:57 +01:00
parent e8fb296426
commit d2e63fd646

View File

@ -56,7 +56,7 @@ set incsearch " show search matches as you type
" https://github.com/jessarcher/dotfiles/blob/master/nvim/init.vim
set list
set listchars=tab:▸\ ,trail:·
# originally: set nolist " don't show invisible characters by default,
" originally: set nolist " don't show invisible characters by default,
" but it is enabled for some file types (see later)
set pastetoggle=<F2> " when in insert mode, press <F2> to go to
" paste mode, where you can paste mass data