Skip to content
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

make a few mappings/commands a bit more flexible #158

Open
PlasmaHH opened this issue Nov 7, 2017 · 0 comments
Open

make a few mappings/commands a bit more flexible #158

PlasmaHH opened this issue Nov 7, 2017 · 0 comments

Comments

@PlasmaHH
Copy link

PlasmaHH commented Nov 7, 2017

Hi,

I made the following changes to my copy of minibuf and maybe it could be made so that one can configure that behaviour?

In StartExplorer
`
nnoremap o :call MBESelectBuffer(0):MBEFocus:

nnoremap e :call MBESelectBuffer(0):

nnoremap :call MBESelectBuffer(0):MBEToggle:
`
because sometimes I just want to open buf leave the focus to cycle through files and look into them. Then again I want to open and edit right away, but leave the minibuf open, and then I want to open the file and close minibuf at the same time. Having three slightly different mappings is quite convenient.

I also open minibuf map <silent> <F10> :MBEToggle<CR>:MBEFocus<CR>:<BS> because when I want to have the list, I right away want to select and use one. Maybe Toggle can have a config option that makes this automatically?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant