aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-24 09:52:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-24 09:52:55 +1200
commitc93b6c1703be98b56c673a5422594707fa32f075 (patch)
treec13c7ff54ec0c63c9fa8b56b4c3db7acbf55cee8 /vim/vimrc
parentMerge branch 'release/v6.41.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-c93b6c1703be98b56c673a5422594707fa32f075.tar.gz
dotfiles-c93b6c1703be98b56c673a5422594707fa32f075.zip
Merge branch 'release/v6.42.0'v6.42.0
* release/v6.42.0: Merge 'compatible' joke settings onto one line Rename scratch.vim to scratch_buffer.vim Update paste_insert.vim to v0.4.0 Replace existing Markdown heading underlines
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