Skip to content

Releases: qvacua/vimr

0.1.2

30 Jul 18:54
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • Restructured Preferences window (ready to scale!)
  • Added an option for untitled window behavior
  • Added an option to turn on filtering in the file browser based on Vim's wildignore

0.1.1

25 Jul 22:32
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • New App icon!

0.1.0

21 Jul 17:35
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Plugin system for previewing: currently markdown preview plugin is included, more to come
  • File browser filters out patterns in wildignore
  • Added options to automatically save buffers (this is not Auto Save of OS X)

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...