-
as seen on Super User
- Search for 'Super User'
I'm fairly fluent with VIM, but find myself having to use GUI programs (in OS X) and their awkward editing modes more and more frequently for my work. I know that OS X lets you use basic emacs keybindings in most textfields (browser window/bar, etc.). I'm wondering if it's possible to switch the emacs…
>>> More
-
as seen on Super User
- Search for 'Super User'
On the native mac widgets, emacs keybindings (ctrl-a,ctrl-e,ctrl-k,etc) are default.
On Ubuntu, I can configure GTK to use emacs keybindings.
I've recently installed Tomboy on OS X, which uses Mono and GTK. Does anybody know how to configure this application (which uses GTK widgets) to use emacs…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hello,
I am using mingw under windows. When I am using ruby (irb) my 'special' characters like []{} and \ are not working. This is because of my german keyboard, where these keys are used together with AltGr (Alt + Ctrl). I found a solution for this here or here.
Now, when I add the line
"\M-[":…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well.
Does anyone have what they think is a good set of keybindings that work well for resharper when using ViEmu?
What I'm doing at the moment using the Visual Studio bindings from Resharper. Toasting all the conflicting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two operations that I do all the time in Emacs:
Create a new buffer and paste the clipboard. [C-S-n]
Close the current buffer. [C-S-w]
Switch to the last viewed buffer [C-TAB]
I feel like a keyboard acrobat when doing the first two operations. I think it would be worth trying some custom…
>>> More