Qt Creator in Emacs keybind -
any way realize emacs keybind on qt creator (qtc)?
some possibilities:
emacskeysfailed build (maybe because version supportedemacskeysqtc 2.2.1 of today).- utilizing
fakevimfeature (i haven't tried b/c modifyingvimkeybind , adjusting ofemacsseems complicate) - associating
emacsclient(not tried)
build error 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 open file: /usr/share/qtcreator/qt-creator-2.5.0-src/src/makefile unable 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
inspired this comment, i've managed configure emacs keybind, using qtc's feature.
- "environment" -> "keyboard" tab
- download config file here
- import it.
note i've included simple text editor commands (e.g. c-a, c-e etc.).
Comments
Post a Comment