We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vim-dirvish/ftplugin/dirvish.vim
Line 20 in e4b3c4b
https://github.com/bounceme/remote-viewer/blob/master/plugin/remotedir.vim#L88
It makes it simpler to have :Dirvish used there for the external scripts like the one above ^
:Dirvish
The text was updated successfully, but these errors were encountered:
Is that going to work for a and o?
a
o
Sorry, something went wrong.
so a|o is basically: split, make dir listing buffer without using cache?
a|o
what about:
Line 23 in e4b3c4b
changed to (something like): execute 'nnoremap '.s:nowait.'<buffer><silent> o :<C-U>exe "split +edit\\" fnameescape(getline("."))<bar>wincmd p<cr>'
execute 'nnoremap '.s:nowait.'<buffer><silent> o :<C-U>exe "split +edit\\" fnameescape(getline("."))<bar>wincmd p<cr>'
That won't work if multiple files are selected, specially if any fail to open.
I think adding hooks to override behavior would make more sense.
No branches or pull requests
vim-dirvish/ftplugin/dirvish.vim
Line 20 in e4b3c4b
https://github.com/bounceme/remote-viewer/blob/master/plugin/remotedir.vim#L88
It makes it simpler to have
:Dirvish
used there for the external scripts like the one above ^The text was updated successfully, but these errors were encountered: