diff --git a/vimrc b/vimrc index 35008b0..d29a73b 100644 --- a/vimrc +++ b/vimrc @@ -70,7 +70,6 @@ set noexpandtab set smarttab set autoindent set smartindent - set smarttab set shiftwidth=2 set gdefault @@ -95,10 +94,6 @@ if has('unnamedplus') " Allow copying to and from OS clipboard else set clipboard=unnamed end -noremap d "_d -noremap d "_d -noremap x "_x -noremap x x " === GENERAL UTILITIES === function! MatchingLines(pattern) @@ -176,6 +171,12 @@ command! -nargs=1 QFind call setqflist(MatchingLinesDict()) " === GENERAL KEY MAPPINGS === let mapleader = "\\" +" --- /dev/null --- +noremap d "_d +noremap d "_d +noremap x "_x +noremap x x + " --- MOVEMENT --- nnoremap j gj nnoremap k gk