vimrc

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

commit b6c721803e934a2a24370f0686c625b77fea0ca0
parent 22c027d2ddfb4f97c4238aa24c6e78c28974ac8d
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 26 Mar 2024 11:51:36 -0500

Stop using <C-i> and <C-O>

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

diff --git a/vimrc b/vimrc @@ -49,6 +49,10 @@ cnoremap <BS> <NOP> " Windows nnoremap <C-W><C-W> <NOP> +" Jumps +nnoremap <C-O> <NOP> +nnoremap <C-I> <NOP> + " Commands cabbrev wq echo 'Use ZZ' cabbrev q! echo 'Use ZQ'