Tagged Questions

30
votes
9answers
21k views

Emacs on Mac OS X Leopard key bindings

I'm a Mac user and I've decided to learn Emacs. I've read that to reduce hand strain and improve accuracy the CTRL and CAPS LOCK keys should be swapped. How do I do this in Leopard? Also, in Terminal ...
8
votes
2answers
760 views

Can Emacs differentiate between ctrl-r and ctrl-shift-r?

I'd like to bind Ctrl + R to 'isearch-backward and bind Ctrl + Shift + R to 'tags-apropos but I can't distinguish between the two key presses. Can emacs differentiate between Ctrl + R and Ctrl + ...
4
votes
3answers
329 views

Assign multiple Emacs keybindings to a single command?

I'm giving ErgoEmacs mode a try to see if I can use Emacs more comfortably. Some of its keybindings are fairly intuitive, but in many cases I don't want to outright replace the defaults. For example, ...
4
votes
2answers
253 views

In which file was the keybinding defined?

Considering a keystroke in Emacs, e.g. C-x C-s. I can figure out which function it invokes by typing C-h c keystroke, but how can I find where this keybinding was defined? (Maybe the right answer is ...
3
votes
2answers
272 views

Emacs for Erlang with vi like keybindings and handy short references?

I have come accross vi-style keybindings for Emacs, but my past experience in mixing Lisp based config in .emacs file for enabling various modes etc., hasn't been very pleasant so far. Read several ...
1
vote
1answer
578 views

How do I get Emacs bindings in Textmate?

In Textmate: Power Editing for the Mac, the author says that Textmate has Emacs key bindings. When I try to use them in Textmate some work and some don't work. For example C-n moves the cursor down ...
1
vote
2answers
551 views

Add Watch Expression in Ecipse using keyboard shortcut

I need help adding a keyboard shortcut for adding a watch expression in Eclipse. I can add a watch by right-clicking in the "Expressions View", but having go back and forth between the keyboard and ...
1
vote
1answer
276 views

OS X keybindings in AIR app

When used in an AIR app, some standard keystrokes in OS X are either ignored or produce "mystery" characters rather than behaving as expected. Examples: option + left arrow should move the caret one ...
0
votes
1answer
285 views

Emacs: How add custom key bindings to be used with char mode of ansi-term?

I wanna add some key bindings on ansi-term's char mode but I couldn't yet... Do you have some tips for that? Is possible? All my key bindings works properly in line mode, obviously, but how can I ...
0
votes
1answer
219 views

Can I create a KeyBinding for a sequence of keys in WPF?

Is it possible to define key bindings in WPF for a sequence of key presses like the shortcuts in Visual Studio e.g. Ctrl + R, Ctrl + A is run all tests in current solution As far as I can see I can ...
0
votes
1answer
120 views

Reloading PBKeyBindings.dict while Xcode is running

I am creating my Xcode key bindings by editing PBKeyBindings.dict, since this seems to be the way to create commands that are sequences of method calls. This works fine, but one must reload Xcode to ...