0

I have a custom layout for vim, that remaps the keys to fit my colemak keyboard layout.

In the ubuntu SDK, fakevim does not use the custom layout defined in ~/.vim/colemak.vim.

How can get fakevim to use the layout defined in colemak.vim?

Anon
  • 12,339

1 Answers1

0

Fakevim will not detect plugins that you define for vim, rather you have to place the configuration directly into .vimrc

Anon
  • 12,339