Files | Admin

Notes:

Release Name: 0.6.5

Notes:
VimMate: Version 0.6.5

VimMate is a graphical add-on to Vim with IDE-like features: it does more
than the plain Vim while still being lightweight. Even with the additional
features, it stays out of the way for it's main task: editing files with Vim.
VimMate adds functionality to Vim by embedding Vim GTK GUI (gVim) within
VimMate.

See http://vimmate.rubyforge.org/ for more information.

Changes in version 0.6.5:

- VimMate could crash when VTE was not present
- Changed some shortcut keys
- Add a new option to hide the file status (#13210)


Changes: - VimMate would crash when VTE was not present when using shortcut keys - Changed some shortcut keys: - CTRL+SHIFT+S: Set focus to current terminal (shell) - CTRL+SHIFT+T: Create a new terminal - CTRL+SHIFT+E: Set focus to search file list - # 13210: A new option is now available to hide the status of the files. This helps when using ellipsis since it leaves more space for the file names. The new option is :files_show_status and it's set to true by default. Thanks to Stephen Walker who sent me a patch for this.