aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-24 09:52:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-24 09:52:21 +1200
commitbc48d680985b7849f01d11aa6a64a4d36f4a3be8 (patch)
tree543ae09a5bdb27955c85a06e40b62782ec0554d2 /vim/vimrc
parentUpdate paste_insert.vim to v0.4.0 (diff)
downloaddotfiles-bc48d680985b7849f01d11aa6a64a4d36f4a3be8.tar.gz
dotfiles-bc48d680985b7849f01d11aa6a64a4d36f4a3be8.zip
Rename scratch.vim to scratch_buffer.vim
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index b9b491e9..e88fe8b0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1627,10 +1627,10 @@ nnoremap <silent> <Leader>* *N
nmap <Leader>8 <Leader>*
"" Leader,` opens a scratch buffer, horizontally split
nnoremap <silent> <Leader>`
- \ :<C-U>Scratch<CR>
+ \ :<C-U>ScratchBuffer<CR>
"" Leader,~ opens a scratch buffer, vertically split
nnoremap <silent> <Leader>~
- \ :<C-U>vertical Scratch<CR>
+ \ :<C-U>vertical ScratchBuffer<CR>
" And last, but definitely not least, I'm required by Vim fanatic law to
" include a mapping that reloads my whole configuration. This uses the