vim-ctrlspace icon indicating copy to clipboard operation
vim-ctrlspace copied to clipboard

Vim Space Controller

Results 50 vim-ctrlspace issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `Ctrl-[` is alternative key of ESC. If I hit `Ctrl-[`, it should work as if I pressed ESC key. But on CtrlSpace buffer, e.g. file searching mode,...

**Is your feature request related to a problem? Please describe.** I got a error when I opened File List **Describe the solution you'd like** Please support the new architecture of...

**Is your feature request related to a problem? Please describe.** Not a problem per se. Every fuzzy search plugin in Vim is different, but certain features are shared by multiple...

status: in-progress
priority: 2 - low
enhancement: tweak & config

The main changes are listed following: - Change bookmark list as files bookmark. - Change workspace list to show all workspaces of all projects that had been added. 【 And...

priority: 3 - wishlist
enhancement: internal dev
enhancement: feature dev

The first time I added a Bookmark (``) everything went well. But the following I added took the directory of the "visually selected one" instead of its own. ![screenshot from...

priority: 2 - low
bug: misbehavior
enhancement: tweak & config

Removes the restriction when saving a workspace that named buffers are readable files. Not all named buffers correspond to readable files; for example URLs (downloaded by netrw) and terminal buffers...

status: awaiting user
priority: 2 - low
enhancement: feature dev

**Describe the bug** Sometimes when I fire the buffer list the current layout windows shrink to the maximum showing only the buffer list at the top. It's a bit annoying...

priority: 1 - middle
bug: interaction

**Describe the bug** I was following the getting started steps in the README. I created a bookmark, and hit the 'o' key to open it, and received an error. **To...

priority: 2 - low

Instead making users download 4 file engine binaries (3 of which they will never use or even all 4 if their OS+arch doesn't match any of them), it makes more...

status: in-progress
priority: 2 - low
enhancement: internal dev

How about a [session-local viminfo file](https://www.reddit.com/r/vim/comments/povbkh/tip_viminfo_per_project/ ): This can be achieved by the autocmd ```vim autocmd vimrc SessionLoadPost * \ let g:local_viminfo = findfile('.viminfo','.;')| \ if !empty(g:local_viminfo) | substitute(&viminfo, ',n.*$',...