aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-11 18:25:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-11 18:25:45 +1200
commitba2d5ef5c8ac0899e0f70bf8171fb7113c6dec4f (patch)
treef0c5dcfff2b8189577649cbce4c1e72043c2303b /vim/vimrc
parentBreak map definitions consistently (diff)
downloaddotfiles-ba2d5ef5c8ac0899e0f70bf8171fb7113c6dec4f.tar.gz
dotfiles-ba2d5ef5c8ac0899e0f70bf8171fb7113c6dec4f.zip
Remove unneeded <silent> modifiers from maps
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ccd660cc..98c109a3 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Mon, 11 May 2020 06:18:28 UTC
+" Last updated: Mon, 11 May 2020 06:25:19 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -1557,15 +1557,15 @@ sunmap <Leader>7
"" - Set search string to word under cursor
"" - Show search highlighting if it's enabled
"" - Don't move the cursor
-nnoremap <silent> <Leader>*
- \ :<C-U>let @/ = expand('<cword>')<CR>:let &hlsearch = &hlsearch<CR>
+nnoremap <Leader>*
+ \ :<C-U>let @/ = expand('<cword>') <Bar> let &hlsearch = &hlsearch<CR>
nmap <Leader>8
\ <Leader>*
"" Leader,` opens a scratch buffer, horizontally split
-nnoremap <silent> <Leader>`
+nnoremap <Leader>`
\ :<C-U>ScratchBuffer<CR>
"" Leader,~ opens a scratch buffer, vertically split
-nnoremap <silent> <Leader>~
+nnoremap <Leader>~
\ :<C-U>vertical ScratchBuffer<CR>
" And last, but definitely not least, I’m required by Vim fanatic law to