summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2020-11-11 19:19:53 +0100
committerGitHub <noreply@github.com>2020-11-11 19:19:53 +0100
commit44ce6fea3ecbd7f8643b4e57f29cd2608b95f0aa (patch)
tree249bec8224c7e72788a2e98d5adaf218b8db43c6
parent574952b53b7b9262b5066b7c68dd13f863fd5205 (diff)
Update .vimrc
Use :pa (and :npa) instead of :sp (and :snp) 'cause i use too much :sp for horizontal split
-rwxr-xr-xvim/.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 0995fa3..b0f44d5 100755
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -103,8 +103,8 @@ nnoremap :gf :GFiles<CR>
nnoremap :gs :GFiles?<CR>
nnoremap :gd :Git diff<CR>
-nnoremap :sp :set paste<CR>
-nnoremap :snp :set nopaste<CR>
+nnoremap :pa :set paste<CR>
+nnoremap :npa :set nopaste<CR>
nnoremap :go :Goyo<CR>
nnoremap :!go :Goyo!<CR>