tamago324
tamago324
I think you should add the following description to .zshrc. ```zsh # ... zmodload -a zsh/zpty zpty ```
Thank you for the suggestion. That's a great idea! This can be done by doing the following ```vim let g:Lf_NormalMap = { \ "Filer": [ \ ['m', ':call Lf_filer_context_menu()'] \...
Try running it with a minimal vimrc. Also, take a look at the minimal vimrc. How do you reproduce it?
I'm sorry. I couldn't set the popup mapping in `g:Lf_NormalMap`. The implementation is going to have to change.
Using `g:Lf_NormalMap`, customizing popup mappings is technically difficult, but I'll put it in the TODO. > Btw does the reason there is no delete operation is the delete is dangerous?...
I've never used Ivy before, but does that mean that it sets the result window's cursor line string to the input window?
Sorry for the delay in replying. Also, thank you for your report. The help for autochdir says the following, and I thought it might be better to turn off autochdir...
Thanks for the report. Please indicate the version of neovim and the detailed reproduction procedure.
I have performed the following steps and it is working fine, can you please try? 1. `nvim -u minvimrc -i NONE` 2. `:lua require'lir.float'.init()` 3. press `l`, press `h` Neovim...
Thanks for the report. You are right, it does not work properly. It worked correctly when I did the following But the cause is unknown. ```lua on_init = function() vim.api.nvim_buf_set_keymap(...