From f545cc0888cf824418cca93dcdf0d34751bd9e0a Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 26 Apr 2023 15:04:43 +0200 Subject: update .fvwm2rc and .vimrc --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index c841320..2194d0e 100644 --- a/.vimrc +++ b/.vimrc @@ -37,6 +37,7 @@ autocmd filetype vimki syntax on autocmd filetype vimki set autowrite " autocmd filetype vimki setlocal spell spelllang=fr autocmd filetype vimki nmap z :FZF ~/Wiki +autocmd filetype vimki setlocal textwidth=72 " vim-go plugin "let g:go_def_mode = "gopls" @@ -77,8 +78,9 @@ autocmd filetype python,yaml set ts=2 sts=2 sw=2 et " noremap :!cscope -7 " Paragraph format / unformat -noremap f !}fmt -noremap F !}fmt -c -w 2048 +" noremap f !}fmt +" noremap F !}fmt -c -w 2048 +noremap f gqip " noremap K :s,^,//, " noremap :s,^//,, -- cgit v1.2.3