Browse Source

update to fix FAR

Chris 4 years ago
parent
commit
717c20c70a
3 changed files with 6 additions and 2 deletions
  1. 3 0
      README.md
  2. 1 0
      keys/which-key.vim
  3. 2 2
      vim-plug/plugins.vim

+ 3 - 0
README.md

@@ -136,6 +136,9 @@ Example:
 :UpdateRemotePlugins
 :UpdateRemotePlugins
 ```
 ```
 
 
+To replace in file make sure to specify `%:p`
+To replace across project specify `**/*.<your_extension>`
+
 ## TabNine
 ## TabNine
 
 
 To use TabNine enter the following in a buffer:
 To use TabNine enter the following in a buffer:

+ 1 - 0
keys/which-key.vim

@@ -119,6 +119,7 @@ let g:which_key_map.d = {
       \ }
       \ }
 
 
 " f is for find and replace
 " f is for find and replace
+      " \ 'f' : [':Farr'                     , 'file'],
 let g:which_key_map.f = {
 let g:which_key_map.f = {
       \ 'name' : '+find & replace' ,
       \ 'name' : '+find & replace' ,
       \ 'f' : [':Farr --source=vimgrep'    , 'file'],
       \ 'f' : [':Farr --source=vimgrep'    , 'file'],

+ 2 - 2
vim-plug/plugins.vim

@@ -87,7 +87,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
     " undo time travel
     " undo time travel
     Plug 'mbbill/undotree'
     Plug 'mbbill/undotree'
     " Find and replace
     " Find and replace
-    Plug 'ChristianChiarulli/far.vim'
+    " Plug 'ChristianChiarulli/far.vim'
+    Plug 'brooth/far.vim'
     " Auto change html tags
     " Auto change html tags
     Plug 'AndrewRadev/tagalong.vim'
     Plug 'AndrewRadev/tagalong.vim'
     " live server
     " live server
@@ -168,7 +169,6 @@ call plug#begin('~/.config/nvim/autoload/plugged')
     " Plug 'neomake/neomake'
     " Plug 'neomake/neomake'
     " Plug 'mhinz/vim-signify'
     " Plug 'mhinz/vim-signify'
     " Plug 'preservim/nerdcommenter'
     " Plug 'preservim/nerdcommenter'
-    " Plug 'brooth/far.vim'
     " Plug 'atishay/far.vim'
     " Plug 'atishay/far.vim'
     " Plug 'romgrk/lib.kom'
     " Plug 'romgrk/lib.kom'
     " Plug 'brooth/far.vim'
     " Plug 'brooth/far.vim'