vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit efc3bf68adcca86b7d59c2d009fa95905ef6c7c4
parent eaded9c19a1a35a1951b5563349d7c622863a301
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon,  6 Feb 2023 22:07:03 -0500

Force to use :up instead of :w

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -48,3 +48,4 @@ nnoremap <C-W><C-W> <NOP> cabbrev wq echo 'Use ZZ' cabbrev q! echo 'Use ZQ' cabbrev q echo 'Use ZQ' +cabbrev w echo 'Use up'