From 14bfab8235b414ed194b7132186cd58985097181 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 8 Sep 2019 05:48:13 +0000 Subject: [PATCH] Define backspace deletion scope in .vimrc --- configs/.vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/.vimrc b/configs/.vimrc index 183a6ba..a793866 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -16,17 +16,19 @@ set mouse=a " Enable Syntax Highlighting in Vim syntax on +" Fix plugin compatibility issues set nocp +" Allow backspace to remove all types of characters +set backspace=indent,eol,start " set rtp+=/path/to/rtp/that/included/pathogen/vim " if needed " Enable Pathogen plugin manager execute pathogen#infect() filetype plugin indent on " Custom Keybindings -" nnoremap -"" nnoremap +" nnoremap " Modify and remove leading quotation -" Set window jumping to custom binding +" Set window jump to custom binding " default Ctrl-W conflict - closes browser tabs nnoremap