diff --git a/.vimrc b/.vimrc index ec23635..f1fd5ea 100644 --- a/.vimrc +++ b/.vimrc @@ -74,9 +74,6 @@ ino | " " ino | " " " Search nn :noh| " map 'ctrl + /' -" Use `the_silver_searcher` to find results (for selection if selection) -nn f :Ag -vm f y:Ag " " Toggle line numbers nn n :set nu! rnu! " Vim configuration @@ -218,6 +215,9 @@ let g:pandoc#syntax#conceal#urls=1 let g:pandoc#syntax#conceal#blacklist=[] let g:pandoc#syntax#style#emphases=0 " Bug workaround let g:pandoc#syntax#conceal#cchar_overrides = { "atx": " ", "li": "ยท" } +" Use `the_silver_searcher` to find results (for selection if selection) +nn f :Ag +vm f y:Ag " " }}}