Created
August 5, 2012 11:10
-
-
Save sky-y/3263927 to your computer and use it in GitHub Desktop.
Emacs: M-f,M-b for backward/forward word exactly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; M-f,M-b for backward/forward word exactly | |
(require 'misc) | |
(global-set-key "\M-f" 'forward-to-word) | |
(global-set-key "\M-b" 'backward-to-word) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment