Skip to content

Commit

Permalink
rename yankring history file
Browse files Browse the repository at this point in the history
remap YRShow to <leader>yr
  • Loading branch information
curist committed Jan 12, 2012
1 parent 0d8cfbc commit c12a8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -203,7 +203,8 @@ nn <c-l> <c-w>l
nn <c-h> <c-w>h
" YankRing
nn <silent> <leader>ys :YRShow<cr>
let g:yankring_history_file = '.yankring_history'
nn <silent> <leader>yr :YRShow<cr>
" vimwiki
let g:vimwiki_hl_headers = 1
Expand Down

0 comments on commit c12a8d0

Please sign in to comment.