diff --git a/.vimrc b/.vimrc index 2707bbe..0937e74 100644 --- a/.vimrc +++ b/.vimrc @@ -27,6 +27,9 @@ set incsearch " Show commands as you type them set showcmd +" Set default buffer to system clipboard +set clipboard=unnamedplus + " Move lines up/down using arrow keys nmap ddp nmap ddkP