Formatting
This commit is contained in:
parent
2d7bb18228
commit
a59faeb51b
1 changed files with 6 additions and 5 deletions
11
vimrc
11
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 <leader>d "_d
|
||||
noremap <leader>d "_d
|
||||
noremap x "_x
|
||||
noremap <leader>x x
|
||||
|
||||
" === GENERAL UTILITIES ===
|
||||
function! MatchingLines(pattern)
|
||||
|
@ -176,6 +171,12 @@ command! -nargs=1 QFind call setqflist(MatchingLinesDict(<args>))
|
|||
" === GENERAL KEY MAPPINGS ===
|
||||
let mapleader = "\\"
|
||||
|
||||
" --- /dev/null ---
|
||||
noremap <leader>d "_d
|
||||
noremap <leader>d "_d
|
||||
noremap x "_x
|
||||
noremap <leader>x x
|
||||
|
||||
" --- MOVEMENT ---
|
||||
nnoremap j gj
|
||||
nnoremap k gk
|
||||
|
|
Loading…
Reference in a new issue