From 26c1c864d4d947f8a11851eb4141dca6ea314e3f Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 15 Oct 2020 20:19:29 +0200 Subject: Update .vimrc Map for paste and vim multiple cursor plugin --- vim/.vimrc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 082d340..7afe673 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -36,9 +36,6 @@ set splitright " split on right side set lazyredraw set ttyfast -syntax on - -colorscheme miramare "colorscheme gruvbox-hard augroup remember_folds @@ -60,9 +57,19 @@ nnoremap ff :Files . nnoremap co :Commits nnoremap gf :GFiles nnoremap gs :GFiles? +nnoremap sp :set paste +nnoremap snp :set nopaste + let g:fzf_preview_window = 'right:70%' let g:ale_fix_on_save = 1 +filetype plugin indent on +set nocompatible + +set showcmd " show commands at bottom +syntax on + +colorscheme miramare set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' @@ -74,10 +81,6 @@ Plugin 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'} | Plugin 'june Plugin 'luochen1990/rainbow' " color parentheses Plugin 'dense-analysis/ale' " checker syntax Plugin 'leafOfTree/vim-vue-plugin' +Plugin 'terryma/vim-multiple-cursors' call vundle#end() " required -filetype plugin indent on " required -set nocompatible " be iMproved, required -filetype off " required - -set showcmd " show commands at bottom -- cgit v1.2.3-18-g5258