dotfiles

My dotfiles
git clone git://src.gearsix.net/dotfiles
Log | Files | Refs | Atom

commit 04964722118a8a802763cb5ba96866047312bc78
parent fc686808f5e9e28b53cc243140f823e2469f8aa2
Author: gearsix <gearsix@tuta.io>
Date:   Thu,  9 Feb 2023 11:33:42 +0000

nvimrc: folds open by default; added wrap

Diffstat:
Mnvimrc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nvimrc b/nvimrc @@ -51,11 +51,11 @@ "6. FOLDING set foldmethod=syntax "fold based on syntax - set foldenable "enable folding + set nofoldenable "enable folding (zc to enable) set foldnestmax=4 "7. TEXT WRAPPING - set nowrap "disable text wrapping + set wrap "enable text wrapping set linebreak "only insert linebreaks when Enter key is pressed "8. SHORTCUTS @@ -71,7 +71,7 @@ "<Esc> to exit terminal mode ":tnoremap <Esc> <C-\><C-n> - "vertical res + "vres = vertical res cnoreabbrev vres vertical res ",! = Vexplore