Grégoire Geis
Grégoire Geis
This probably requires separate key bindings, but fortunately https://github.com/microsoft/vscode/pull/54894 makes this very easy. However we have a bigger problem for international layouts and Chrome OS.
Out of curiosity, how does it work in Kakoune?
I'm okay with removing `editorTextFocus`, but won't it have side effects?
We can always make this optional by providing alternate keybindings in `layouts/`. It would be nice if this was generated automatically (e.g by adding flags in `commands/commands.yaml`) rather than by...
Reviving this -- I'm working on updated keybindings for Dance on Mac (and for alternative keyboard layouts). Given that the user will have a set-up step where they'll choose their...
I'm not even sure whether there are commands in Vim that use `Alt+I` or similar bindings (that don't work on Mac). I _just_ switched to a Mac and I'm much...
@max-sixty Yes, but there are other ways of doing this. One promising way is to use Ukulele (or something similar) to create a copy of whatever keyboard layout you want...
@max-sixty Oh that's a great point, but I don't know how that works exactly and how the OS chooses which keybindings you can override and which ones you cannot.
@Strackeror A "config-less" way to get the keymap (or at least an easy way to get it, something like running a command from Dance) is the goal, but I haven't...
Hey! How do you paste the contents? `p`? Is there anything special about your setup (e.g. not using the system clipboard)? For me, if I select a line (`x`), copy...