summary refs log tree commit diff
path: root/home/.config/nvim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-15 15:26:05 -0500
committerJune McEnroe <june@causal.agency>2019-02-15 15:26:05 -0500
commitf8ab260a0693218701d44bd87c4f2c0a5d11f88b (patch)
tree44996073bf0d11b0427b8f5a39750a0648fdaa9f /home/.config/nvim
parentAvoid newline when copying URL to pasteboard (diff)
downloadsrc-f8ab260a0693218701d44bd87c4f2c0a5d11f88b.tar.gz
src-f8ab260a0693218701d44bd87c4f2c0a5d11f88b.zip
Add nmap gp
Diffstat (limited to 'home/.config/nvim')
-rw-r--r--home/.config/nvim/init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
index 3fef4b1a..0f0e7cb3 100644
--- a/home/.config/nvim/init.vim
+++ b/home/.config/nvim/init.vim
@@ -26,6 +26,7 @@ autocmd BufEnter term://* startinsert
 tmap <C-w> <C-\><C-n><C-w>
 
 let g:clipboard = {'copy':{'+':'pbcopy'},'paste':{'+':'pbpaste'}}
+nmap gp `[v`]
 
 nmap <leader>s vip:sort<CR>
 nmap <leader>a :0/^#include <<CR>:nohlsearch<CR>O#include <
it/ui.c?h=twitch&id=274a5f7d6e77443e2ad140590d05785277a577c4&follow=1'>Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe