diff options
author | Santo Cariotti <santo@dcariotti.me> | 2020-11-11 19:19:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 19:19:53 +0100 |
commit | 44ce6fea3ecbd7f8643b4e57f29cd2608b95f0aa (patch) | |
tree | 249bec8224c7e72788a2e98d5adaf218b8db43c6 /vim | |
parent | 574952b53b7b9262b5066b7c68dd13f863fd5205 (diff) |
Update .vimrc
Use :pa (and :npa) instead of :sp (and :snp) 'cause i use too much :sp for horizontal split
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |