GNOME Bugzilla – Bug 743299
vim: support "^w w" to move between splits
Last modified: 2015-01-21 15:02:38 UTC
Right now pressing "<ctrl>w" twice will cycle between buffers in a split screen. vim also supports the alternative keybinding of"<ctrl>w" followed by just "w" (without ctrl) for doing the same. This commit adds that additional keybinding to more closely match vim.
Created attachment 295103 [details] [review] vim: support "^w w" to move between splits
Review of attachment 295103 [details] [review]: LGTM ;)
Attachment 295103 [details] pushed as c9413e4 - vim: support "^w w" to move between splits