Asheq Imran

Results 19 issues of Asheq Imran

Add option to allow closing buffers without closing any windows they are displayed in, like [vim-bbye](https://github.com/moll/vim-bbye)

Hi @tyru. If I enter `Capture! echo 'hi'` twice, on the second time I see: ``` capture: could not create capture buffer: Vim(file):E95: Buffer with this name already exists ```...

Just wondering why HISTIGNORE is exported while none of the other variables are. My inclination is to say HISTIGNORE should not be exported since it seems bash specific and subprocesses...

Environment Info: I'm on BASH_VERSION: 4.4.19(1)-release `up 4` `up ` These don't work if there is a space anywhere in the path. Spaces occasionally show up in the file system...

Not all fonts contain the Unicode character U+23B8 (LEFT VERTICAL BOX LINE) which is currently hard-coded as the separator between tabs. For such a case, it would be nice to...

enhancement

When playing back audio, the app could show the waveform (volume visualization) of the track, similar to what is shown during recording. I find this useful to quickly identify periods...

feature request

In the js files in the `impl` folder the examples objects are all empty. Is there a way to auto-populate the examples the same way `swagger-codegen` does?

enhancement

This duplicate entry is added after an **InsertLeave** and after the **user moves the cursor**. ### To reproduce: 1. Enter insert-mode. 2. Type anything. 3. Exit insert mode. * Autosave...

First-off: Great plugin! Auto-saving is a revelation. I've run into a minor annoyance: Let's say I record a macro with `qqAhelloq`. Then, I run the macro 22 times with `22@q`....