vimrc

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

commit b7fe1aa3c147a88445dedbb4fc638bd723ebe1ee
parent 0811884cb173f2d0552ae5358d7f0a8b0ee8b6d0
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed,  1 Feb 2023 01:54:57 -0500

Added backspace+=eol

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -1,7 +1,7 @@ set nocompatible set history=10000 set noshowmode -set backspace=start +set backspace=start,eol set incsearch set directory=~/.cache/vim/swap/