Search code examples
vimqt-creatorfakevim

Change buffers in FakeVim


Does anyone know some shortcuts for FakeVim to change between files? Is it possible to use buffers in Fake Vim? I accidentally found out that Ctrl+w,w gets you the next window. Does anyone know other? For example getting to the left, right, top, bottom windows?(vim's Ctrl+w,l and others)? Is there any documentation on FakeVim? Is it possible to configure FakeVim's vimrc file to create shortcuts for changing between buffers and the Projects view?

Thanks!


Solution

  • Recently I've been doing most of the changes on FakeVim plugin.

    You can find list of Vim commands supported by FakeVim at https://github.com/hluk/FakeVim (recent version from Git master branch).

    I'm still not sure how to document the features in Qt Creator. I'll probably implement something like :help <command> in near future.