diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 1fac7be..1d744b8 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -25,6 +25,12 @@ nmap :w " in insert mode F2 will exit insert, save, enters insert again imap :wi +" in normal mode y will save to the selection clipboard +nmap y "*yy + +" in normal mode p will paste from the selection clipboard +nmap p "*p + " }}} " VUNDLE {{{