vimrc

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

commit 9a6ed0d66291dcb1523125d854eb735289e856e9
parent 694e4c57c04ec0b31d3380e5c59f00f80bf3e9a0
Author: Pablo Cárdenas <pablo-cardenas@outlook.com>
Date:   Sat, 25 Apr 2020 19:21:33 -0500

Changed default backspace behavior

I've just learned to use i_CTRL-D. :)

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

diff --git a/vimrc b/vimrc @@ -2,7 +2,7 @@ set nocompatible set history=1000 set encoding=utf-8 -set backspace=indent,eol,start +set backspace=eol,start set hidden set noshowmode @@ -49,4 +49,3 @@ cnoremap <BS> <NOP> cabbrev wq echo 'Use ZZ' cabbrev q! echo 'Use ZQ' cabbrev q echo 'Use ZQ' -