vimr

VimR — Neovim GUI for macOS in Swift

MIT License

Stars
6.6K
Committers
39

Bot releases are visible (Hide)

vimr - SNAPSHOT-221

Published by qvacua about 7 years ago

  • GH-491: Bugfix: Closing the window in full screen mode crashes the app.
vimr - SNAPSHOT-220

Published by qvacua about 7 years ago

  • GH-325: Improve how the window position and size are stored.
vimr - SNAPSHOT-219

Published by qvacua about 7 years ago

vimr - SNAPSHOT-218

Published by qvacua about 7 years ago

  • GH-492: Improve Control key handling: e.g. Ctrl-6 works now. (thanks @nhtzr for the PR)
vimr - v0.18.0-217

Published by qvacua about 7 years ago

  • GH-481: Bugfix: Quiting with :qa! warns about buffers that are already gone. (thanks @nhtzr for the PR)
  • GH-458: Drag & Drop of files onto the main window works. (thanks @nhtzr for the PR)
  • GH-487: Hide the mouse cursor when typing. (thanks @nhtzr for the PR)
  • GH-315: Enable mapping of <C-Tab> and <C-S-Tab>. (thanks @nhtzr for the PR)
  • GH-368: Send FocusGained and FocusLost event to neovim backend. (thanks @nhtzr for the PR)
vimr - SNAPSHOT-216

Published by qvacua about 7 years ago

  • GH-368: Send FocusGained and FocusLost event to neovim backend. (thanks @nhtzr for the PR)
vimr - SNAPSHOT-215

Published by qvacua about 7 years ago

  • GH-487: Hide the mouse cursor when typing. (thanks @nhtzr for the PR)
  • GH-315: Enable mapping of <C-Tab> and <C-S-Tab>. (thanks @nhtzr for the PR)
vimr - SNAPSHOT-214

Published by qvacua about 7 years ago

  • GH-481: Bugfix: Quiting with :qa! warns about buffers that are already gone. (thanks @nhtzr for the PR)
  • GH-458: Drag & Drop of files onto the main window works. (thanks @nhtzr for the PR)
vimr - v0.17.0-213

Published by qvacua over 7 years ago

  • GH-436: Use colors from the selected colorscheme for tools, e.g. the file browser:
    • Use the directory color for folders in the file browser.
    • Use slightly darker version of the background color for the window title bar.
    • Add an option to turn off file icons in the file browser and in the buffer list in case the colorscheme does not play well with them, cf. GH-479.
vimr - SNAPSHOT-212

Published by qvacua over 7 years ago

  • GH-436: Use colors from the selected colorscheme for tools, e.g. the file browser.
    • Use slightly darker version of the background color for the window title bar.
    • Add an option to turn off file icons in the file browser and in the buffer list in case the colorscheme does not play well with them, cf. GH-479.
vimr - SNAPSHOT-211

Published by qvacua over 7 years ago

  • GH-436: Use colors from the selected colorscheme for tools, e.g. the file browser.
    • Use directory color of the selected colorscheme for folders in the file browser
vimr - v0.16.2-210

Published by qvacua over 7 years ago

  • GH-472: Bugfix: Mouse wheel scrolling in split window sometimes scrolls in the wrong split.
vimr - SNAPSHOT-209

Published by qvacua over 7 years ago

vimr - v0.16.1-208

Published by qvacua over 7 years ago

  • GH-472: Bugfix: mouse scrolling an out-of-focus split window scrolls the focused split window.
vimr - v0.16.0-205

Published by qvacua over 7 years ago

  • GH-378: Draw curly underline, e.g. when the spelling is incorrect.
  • GH-326, GH-460: Add an option to hide or quit VimR when the last window closes. This is for example useful when you want to use VimR as git difftool as described below.
  • GH-302, GH-421: The vimr CLI tool has two new options:
    • --wait: When present, the vimr CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the --nvim option as described below.
    • --nvim: When present, all command line arguments except --dry-run and --wait, see above, will be passed over to the background nvim process when launching. This means that you can now use for example the -d option to activate the diffmode. To use VimR as git difftool, add the following to your ~/.gitconfig
      [difftool "vimrdiff"]
        cmd = vimr --wait --nvim -d $LOCAL $REMOTE
      [diff]
        tool = vimrdiff
      
    You have to re-install the vimr CLI tool in the Preferences window as described in the wiki.
  • Reduce the binary size by approx. 8 MB: We compile httpswift/swifter directly into VimR's binary...
  • Bonus: The Neovim splash screen shows up!
vimr - SNAPSHOT-204

Published by qvacua over 7 years ago

  • GH-378: Draw curly underline, e.g. when the spelling is incorrect.
vimr - SNAPSHOT-203

Published by qvacua over 7 years ago

  • Bring VimR to front when using vimr CLI tool. For details about the new options of vimr see the last release notes.
vimr - SNAPSHOT-202

Published by qvacua over 7 years ago

  • GH-326, GH-460: Add an option to hide or quit VimR when the last window closes. This is for example useful when you want to use VimR as git difftool as described below.
  • GH-302, GH-421: The vimr CLI tool has two new options:
    • --wait: When present, the vimr CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the --nvim option as described below.
    • --nvim: When present, all command line arguments except --dry-run and --wait, see above, will be passed over to the background nvim process when launching. This means that you can now use for example the -d option to activate the diffmode. To use VimR as git difftool, add the following to your ~/.gitconfig
      [difftool "vimrdiff"]
        cmd = vimr --wait --nvim -d $LOCAL $REMOTE
      [diff]
        tool = vimrdiff
      
    You have to re-install the vimr CLI tool in the Preferences window as described in the wiki.
  • Reduce the binary size by approx. 8 MB: We compile httpswift/swifter directly into VimR's binary...
  • Bonus: The Neovim splash screen shows up!
vimr - v0.15.2-201

Published by qvacua over 7 years ago

  • Bugfix: The state of the tools of a new window is not the same as the last active window.
  • GH-423: Bugfix: lcd and tcd does not work correctly when switching tabs.
vimr - SNAPSHOT-200

Published by qvacua over 7 years ago

  • GH-423: Bugfix: lcd and tcd does not work correctly when switching tabs.
Package Rankings
Top 4.25% on Proxy.golang.org