Any way to implement emacs
keybind on Qt Creator
(QTC)?
Some features:
emacskeys
, but I was not able to build (perhaps because the version supported by emacskeys
is QTC 2.2.1 today).- Using the
FakeVim
function (I have not tried using the b / c modification of vim
keybind and setting up emacs
seems complicated) emacsclient
binding (not verified)
Build error using emacskeys
:
user@host :/usr/share/qtcreator/qt-creator-2.5.0-src$ sudo /usr/local/Trolltech/Qt-4.8.2/bin/qmake && make cd src/ && /usr/local/Trolltech/Qt-4.8.2/bin/qmake /usr/share/qtcreator/qt-creator-2.5.0-src/src/src.pro -o Makefile Failure to open file: /usr/share/qtcreator/qt-creator-2.5.0-src/src/Makefile Unable to generate makefile for: /usr/share/qtcreator/qt-creator-2.5.0-src/src/src.pro make: *** [src/Makefile] Error 5
Environment) Ubuntu
10.04, Qt
4.8.2, Qt
2.5
source share