justrajdeep

Results 16 issues of justrajdeep

Hi I deleted some entries from my `QF` window by using `:g//d` and then deleted one more line using `dd`. Then i encountered this error || Error detected while processing...

Hi i just started using dispatch so it might be a config issue also. this is what my makeprg is set to ``` :set makeprg? makeprg=`depth`/bin/nvmk -c . $* ```...

Hi I could not find an option to open the completion window only when i press a trigger like or Can you please add this to the document ?

Hi I usually redirect my `STDOUT` to vim using ``` $cmd | gvim - ``` But in the opened file the plugin does not work :( since it overrides `m`...

bug

- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

Hi I have a list of files that I want CtrlSF to look through instead directories. It is possible to do that? Thanks for the awesome plugin. Edit: I am...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Hi I am using the suggested mapping ``` _G.set_terminal_keymaps = function...

Hi I am trying to set up ob-ipython for my emacs Since i am in an farm box i am using poetry to create python virtual environment. I am using...

hi Great plugin, I use it all the time, but it hangs for a while while it tries to save the session periodically. With vim8 async support can you please...

Hi Can i specify a buffer number to redirect to the end of that buffer?