ctrl+f doesn't go forward one character
instead the find menu keeps popping up
fixed in master, 57bdbcb
I am still seeing this error even after this fix. Can you double check?
Try to clone the plugin from github repository and make sure you have the last version of emacs.keymap
I do have the latest code and keymap. Do I need to compile anything manually?
This line seemed to be the culprit "ctrl-x ctrl-f" [:navigate-workspace-transient]. Removing it solved my problem. I am wondering if this is only happening on my machine or if anyone else is seeing this.
Works fine on my machine. This is probably related to https://github.com/LightTable/LightTable/issues/1239
Yeah, this was driving me nuts. If you look in the default keymap, there's "pmeta-f" bound to opening find. Delete that line and this problem goes away.
This is still happening as I reference here: #12
Is using the cloning from github rather than installing from the plugin manager and modifying the culprit @nayyara-samuel mentioned the only fix?
Does my fix* work?
*hack
@johnwalker no change for me, is a LT restart required?
Beats me, haha. The line is in default.keymap under either :app or :editor.
Better idea, this is my default.keymap ($LTHOME/settings/default/default.keymap)
https://gist.github.com/johnwalker/9318904
and this is my user.keymap (~/config/LightTable/settings/user.keymap)
https://gist.github.com/johnwalker/9318921
and finally emacs.keymap (~/.config/LightTable/plugins/Emacs/emacs.keymap)
https://gist.github.com/johnwalker/9318955
@johnwalker no change even after LT restart.
Just popping in to ask if anyone can still reproduce this issue? I'm unable to do so and would like to close out the issue if it's resolved.
Cheers, Josh