From c1c94d1f1ad76aa8321d35bcd7799ff312c409f3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 13 Oct 2015 00:47:40 -0400 Subject: [PATCH] Update keybindings --- private/my-bindings.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/private/my-bindings.el b/private/my-bindings.el index c8b6b7357..03212ac28 100644 --- a/private/my-bindings.el +++ b/private/my-bindings.el @@ -22,7 +22,8 @@ "M-/" 'evil-commentary-line "M-b" 'narf:build "M-t" 'helm-projectile-find-file - "C-\\" 'narf-switch-to-iterm + "A-`" 'narf-switch-to-iterm + "C-`" 'narf/popwin-toggle ;; Simpler window navigation "C-j" 'evil-window-down @@ -347,6 +348,9 @@ :map read-expression-map "C-w" 'evil-delete-backward-word) +(bind! :i "A-o" (λ (insert "ø")) + :i "A-O" (λ (insert "Ø"))) + ;; Disable the global drag-mouse map; clicking in new buffers often sends evil ;; into visual mode, which is UN...ACCEPTAABBLLLEEEE! (global-unset-key (kbd ""))