aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 0993a29..808b1cd 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -192,10 +192,6 @@ map gf :e <cfile><CR>
map YY "+yy
-" Yankring
-nnoremap <silent> <F3> :YRShow<CR>
-inoremap <silent> <F3> <ESC>:YRShow<CR>
-
" Set syntastic passive mode
let g:syntastic_mode_map = { 'mode': 'passive',
\ 'active_filetypes': [],