Skip to content

Releases: qvacua/vimr

0.0.10

14 Jul 17:42
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release

0.0.9

08 Jul 18:18
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release
  • Better file browser styling
  • VimR can now open folders

0.0.8

30 Jun 18:11
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • Added an option to put the file browser on the right hand side
  • Added an option to hide the status bar

0.0.7

19 Jun 16:26
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release
  • Vim-like movements in the file browser:
    • k/j: up/down
    • h/l and return/space on folders: collapse/expand
    • return/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 the Open 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 the Open Quickly window

0.0.6

12 Jun 20:33
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release
  • Bugfix: window resizing with scroll bar
  • Added select next/previous tab menu items
  • Added options for opening files in Open Quickly window and in the file browser: in new tab, in the current tab, in vertical and horizontal split

0.0.5

08 Jun 08:27
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • 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

30 May 14:34
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • 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...

0.0.3

22 May 20:13
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Bugfix: when opening an already opened file via the file browser, select the correct tab
  • Bugfix: occasional crash when expanding folders in the file browser

0.0.2

18 May 06:49
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Faster indexing for Open Quickly.
  • Added sidebar file browser.
  • Added Open in Tab....

0.0.1

01 May 11:44
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
  • Added Open Quickly... à la Xcode (or Go to File... of TextMate).
  • Made Edit menu items, eg Undo, Copy, work.
  • Made the maximize window button work.
  • Removed Debug menu.