Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gp : select text that was pasted
  • Loading branch information
dmerejkowsky committed Mar 25, 2016
1 parent f2662c9 commit 6a8aa87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -295,6 +295,9 @@ nmap <leader>ss :SessionSave<CR>
nnoremap <leader>m :make<cr>
nnoremap <leader>M :w<cr>:Neomake!<cr>
" select text that was just pasted
nnoremap gp `[v`]
" ctrl-^
nnoremap <leader><leader> <c-^>
Expand Down

0 comments on commit 6a8aa87

Please sign in to comment.