Release Name: 0.6.4
Notes:
VimMate: Version 0.6.4
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.4:
- Added keyboard shortcuts for navigation
Changes:
- VimMate now has shortcut keys to control it's various parts. Here is the
list of the shortcut keys that where added:
- CTRL+SHIFT+T: Set focus to current terminal
- CTRL+SHIFT+N: Create a new terminal
- CTRL+SHIFT+W: Close current terminal
- CTRL+PAGEDOWN: Next terminal
- CTRL+PAGEDOWN: Previous terminal
- CTRL+SHIFT+L: Set focus to file filter
- CTRL+SHIFT+F: Set focus to file list
- CTRL+SHIFT+S: Set focus to search file list
- CTRL+SHIFT+V: Set focus to Vim
Setting the focus to Vim doesn't work perfectly. If it doesn't seem to work,
you can try to press TAB or the Up or Down keys on your keyboard after using
the CTRL+SHIFT+V shortcut and it works most of the time. Thanks to Florian
Frank who sent me a patch for the first 5 shortcuts. The other shortcuts
where also added thanks to this patch by Florian Frank.
|