dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3a3843946c862d9d93436e4ee2dfbfcac3a833b1
parent c8546e9b2a58bc9b7ac62e269b31b8fa62a87f21
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 15 Jun 2015 21:15:03 +0200

use leader v to paste

Diffstat:
M.vimrc | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -405,13 +405,13 @@ else \ } endif -" Copy and paste to system clipboard with <Space>p and <Space>y +" Copy and paste to system clipboard with <Space>v and <Space>y vmap <Leader>y "+y vmap <Leader>d "+d -nmap <Leader>p "+p -nmap <Leader>P "+P -vmap <Leader>p "+p -vmap <Leader>P "+P +nmap <Leader>v "+p +nmap <Leader>V "+P +vmap <Leader>v "+p +vmap <Leader>V "+P " Launch Ack "nmap <leader>a :Ack