Added config option g:splitopen_set_fzf_keys to enable fzf keybinding.
Disabled by default.
This commit is contained in:
parent
c170d0779f
commit
a2736f4579
3 changed files with 47 additions and 10 deletions
|
@ -3,9 +3,11 @@
|
|||
================================================================================
|
||||
CONTENTS *SplitOpenContents*
|
||||
|
||||
1. Usage ..................................|SplitOpenUsage|
|
||||
2. License ................................|SplitOpenLicense|
|
||||
3. Changelog ..............................|SplitOpenChangelog|
|
||||
1. Usage ..............................|SplitOpenUsage|
|
||||
2. Configuration ......................|SlitOpenConfiguraton|
|
||||
2.1 g:splitopen_set_fzf_keys.......|SplitOpenConfiguration_set_fzf_keys|
|
||||
3. License ............................|SplitOpenLicense|
|
||||
4. Changelog ..........................|SplitOpenChangelog|
|
||||
|
||||
================================================================================
|
||||
1. Usage *SplitOpenUsage*
|
||||
|
@ -19,12 +21,28 @@ with the corresponding header file in the left window and the corresponding
|
|||
source file in the right window.
|
||||
|
||||
================================================================================
|
||||
2. License *SplitOpenLicense*
|
||||
2. Configuration *SplitOpenConfiguration*
|
||||
|
||||
You can configure the following settings:
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
2.1 g:splitopen_set_fzf_keys *SplitOpenConfiguration_set_fzf_keys*
|
||||
|
||||
Set this option to 1
|
||||
|
||||
let g:splitopen_set_fzf_keys = 1
|
||||
|
||||
to have SplitOpen overwrite the default fzf keybindings ctrl-t/x/v for opening
|
||||
files in splits or tabs to add an addional binding ctrl-s to call SplitOpen.
|
||||
|
||||
================================================================================
|
||||
3. License *SplitOpenLicense*
|
||||
|
||||
SplitOpen is GPL-3.0 licensed. See LICENSE file for more info.
|
||||
|
||||
================================================================================
|
||||
3. Changelog *SplitOpenChangelog*
|
||||
4. Changelog *SplitOpenChangelog*
|
||||
|
||||
v0.0.2
|
||||
* Added delay-loading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue