Update keybindings
This commit is contained in:
parent
b878a52df8
commit
c1c94d1f1a
1 changed files with 5 additions and 1 deletions
|
@ -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 "<drag-mouse-1>"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue