Emacs global-set-key to C-TAB

Unlike others have suggested, it is a good idea to use kbd (or read-kbd-macro which is basically the same thing) in case you ever want to use the same configuration files in other versions of Emacs; kbd works across several versions of Emacs and XEmacs, where the internal representation of key sequences are different. (global-set-key … Read more

Import IntelliJ key bindings to Xcode

I just created a repository with part of IntelliJ bindings migrated to an xCode template(including the custom duplicate line). Feel free to give it a look, try it and keep improving it. Sadly the only way we can achieve this is doing it manually. https://github.com/FrangSierra/Xcode-IntelliJ-Keybinds There is also another repository with the color theme of … Read more