stay at position while pasting

This commit is contained in:
2020-08-20 17:28:17 +02:00
parent 178fbdbe2f
commit 0f6af10d7c

View File

@@ -66,6 +66,9 @@ nnoremap <silent> <Leader>b :Buffers<CR>
nnoremap <silent> gB :bp<CR>
nnoremap <silent> gb :bn<CR>
noremap p p`[
noremap P P`[
augroup vimrc
autocmd!
autocmd BufNewFile,BufRead *.pdc,*.pandoc setlocal filetype=markdown