diff options
author | Chris <[email protected]> | 2020-08-13 01:55:16 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-13 01:55:16 -0400 |
commit | e0eb5dd909a0a9bd2b7faff4c66a43e023ad9c07 (patch) | |
tree | c0299d2e37dc8a7dd43ea0e17317c6fb859fce4a /keys | |
parent | 64873c566bf0bf2c83bd1239a0d7ee96b984084a (diff) |
updated FAR
Diffstat (limited to 'keys')
-rw-r--r-- | keys/which-key.vim | 2 |
1 files changed, 1 insertions, 1 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' ] |