summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keys/which-key.vim2
-rw-r--r--plug-config/far.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim
index a13fcd06..4326a17f 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -36,7 +36,7 @@ let g:which_key_map[';'] = [ ':Commands' , 'commands' ]
let g:which_key_map['='] = [ '<C-W>=' , 'balance windows' ]
let g:which_key_map['d'] = [ ':Bdelete' , 'delete buffer']
let g:which_key_map['e'] = [ ':CocCommand explorer' , 'explorer' ]
-let g:which_key_map['f'] = [ ':Farr' , 'find and replace' ]
+let g:which_key_map['f'] = [ ':Farr --win-width=30' , 'find and replace' ]
let g:which_key_map['h'] = [ '<C-W>s' , 'split below']
let g:which_key_map['m'] = [ ':call WindowSwap#EasyWindowSwap()' , 'move window' ]
let g:which_key_map['p'] = [ ':Files' , 'search files' ]
diff --git a/plug-config/far.vim b/plug-config/far.vim
index cd5b43b3..4ba5b558 100644
--- a/plug-config/far.vim
+++ b/plug-config/far.vim
@@ -1,6 +1,5 @@
let g:far#source='rgnvim'
" let g:far#source='rg'
-" let g:far#source='rg'
" let g:far#source='ag'
set lazyredraw " improve scrolling performance when navigating through large results
@@ -8,6 +7,7 @@ let g:far#file_mask_favorites=['%', '**/*.*', '**/*.js', '**/*.py', '**/*.java',
let g:far#enable_undo=1
+let g:far#debug = 1
" let g:far#ignore_files=['$HOME/.config/nvim/utils/farignore']
" let g:far#ignore_files=['node_modules/']