From 23806edd3ef23f18d68923e13d5bc9d1a36b3ad4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 15 Jul 2013 01:06:32 +0200 Subject: emacs: Some bindings and word jumping --- emacs.d/init-bindings.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs.d/init-bindings.el') diff --git a/emacs.d/init-bindings.el b/emacs.d/init-bindings.el index 57586101f2b1..d60c1cbc037b 100644 --- a/emacs.d/init-bindings.el +++ b/emacs.d/init-bindings.el @@ -15,6 +15,12 @@ ;; Jump to a definition in the current file. (Protip: this is awesome.) (global-set-key (kbd "C-x C-i") 'imenu) +;; Ace-jump-mode +(global-set-key (kbd "M-j") 'ace-jump-char-mode) + +;; Jump to next occurence of char +(global-set-key (kbd "M-m") 'iy-go-to-char) + ;; Window switching. (C-x o goes to the next window) (windmove-default-keybindings) ;; Shift+direction -- cgit 1.4.1