From 6dda62b19e0f432d86964b625fa800ed398875f7 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sun, 24 Jan 2021 17:27:21 +0100 Subject: [PATCH] Add Leader-Put mapping to vim --- vim/plugin/shame.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 7341fb8..8fcfcbc 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -485,6 +485,8 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype= | au Bu onoremap al :normal! 0vg$h onoremap il :normal! ^vg_ +vnoremap p :""s+ + map S :shell nnoremap val 0vg$h