vim-ctrlspace
vim-ctrlspace copied to clipboard
Vim Space Controller
**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...
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...
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. : 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.*$',...