diff --git a/init/my-bindings.el b/init/my-bindings.el index 148014234..2694cf7d2 100644 --- a/init/my-bindings.el +++ b/init/my-bindings.el @@ -97,13 +97,12 @@ "C-w C-r" 'winner-redo ;; buffer navigation - "C-h" 'evil-window-left - "C-j" 'evil-window-down - "C-k" 'evil-window-up - "C-l" 'evil-window-right - + ;; "C-h" 'evil-window-left + ;; "C-j" 'evil-window-down + ;; "C-k" 'evil-window-up + ;; "C-l" 'evil-window-right ;; restore help key - "M-h" 'help-command + ;; "M-h" 'help-command ;; Increment/decrement number under cursor "C-=" 'evil-numbers/inc-at-pt