-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]prompt中打开文件可以选择在哪个split中打开 #889
Comments
@Yggdroot Can you consider this requirement? thank you!! |
@Yggdroot 请问考虑实现这个功能吗? |
一般是当前光标在哪个窗口,就在哪个窗口打开。 |
是的。比如当前光标在左边,说明在看左边的代码,通过Leaderf的prompt打开其他文件的时候,多数时候是希望不要覆盖掉左边正在查看的代码,希望它在右侧打开。就是这个feature |
但是如果有多个split,怎么指定是在哪个打开呢? |
这个实现工作量有点大,先挂在这里吧,等以后有时间我看看。 |
好的~ |
@Yggdroot 可否选择面积最大的split |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vim --version
ornvim --version
::echo has("python")
::echo has("python3")
::echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
::echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:Describe your question, feature request, or bug.
比如当前split显示了两个buffer,leaderf打开文件的时候,能增加一个选项,可以选择在左右哪一个split中显示。
就像nvim-tree那样,打开文件的时候,左边split标为A,右边标为B,同A/B来选择。
Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: