Releases: qvacua/vimr
Releases · qvacua/vimr
0.1.2
0.1.1
0.1.0
0.0.10
:set transparency
works.- Bugfix: clicking the
X
in tabs closes always the current tab - Added many more file browser keyboard actions
0.0.9
0.0.8
0.0.7
- Vim-like movements in the file browser:
k/j
: up/downh/l
andreturn/space
on folders: collapse/expandreturn/space
on files: open (+modifiers)ESC
to focus the Vim view⌘-1
to focus (and open) the file browser⌘-0
to hide the file browser
- Replaced
⌘-Open
in the file browser and theOpen Quickly
window with⌃⌥-Open
- Added status bar below the Vim view (there'll be an option to hide it in the next version)
- Bugfix:
Modifier-Open
does not correctly work in theOpen Quickly
window
0.0.6
0.0.5
- Refined the file browser reloading behavior: expanded and selected file items are kept when reloaded.
- Added defaults to show hidden files and show folders first in the file browser.
- Sync Workspace with Vim's
pwd
option is available in the file browser.
0.0.4
- Added icons in the file browser and in the
Open Quickly...
window. - Added an option to keep
pwd
of Vim in sync with the workspace. - When opening already open files, select the corresponding window of Vim.
- More stable indexing and searching during
Open Quickly...