This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" clear any mappings to space and set it as leader | |
nmap <SPACE> <Nop> | |
let mapleader=" " | |
" default yank/paste with clipboard | |
set clipboard=unnamedplus,unnamed | |
Plug 'machakann/vim-highlightedyank' | |
" highlight HighlightedyankRegion ctermbg=237 guibg=#404040 |