diff --git a/.vim/vimrc b/.vim/vimrc index b73423f..2a2568d 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -458,7 +458,10 @@ xnoremap "+y y:call system("wl-copy", @") nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '', '', 'g')p nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '', '', 'g')p -"------------------------------------ +" [bro]wse [ol]d files +nnoremap r :bro ol + + " go_tags "------------------------------------ exec "source " . escape(expand("~/.vim"),' ') . "/" . "gotags.vimrc"