Permalink
Browse files
stash yanking history somewhere out the way
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
vimrc
|
@@ -209,6 +209,8 @@ map <F2> :ConqueTerm zsh<CR> |
|
|
nnoremap <silent> <F3> :YRShow<cr>
|
|
|
inoremap <silent> <F3> <ESC>:YRShow<cr>
|
|
|
|
|
|
+let g:yankring_history_dir = '/tmp'
|
|
|
+
|
|
|
" Press F5 to toggle GUndo tree
|
|
|
nnoremap <F5> :GundoToggle<CR>
|
|
|
|
|
|
0 comments on commit
fae5008