Skip to content

Commit

Permalink
fix sh enter indent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Aug 22, 2024
1 parent 39c75fa commit e28b563
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phye-lisp/phye-init-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@
:keymaps 'bookmark-minibuffer-read-name-map
"C-w" 'evil-delete-backward-word)

(general-define-key
:keymaps 'sh-mode-map
"<RET>" 'newline)

;; evil-matchit
(defun evilmi-customize-keybinding ()
(evil-define-key 'normal evil-matchit-mode-map
Expand Down

0 comments on commit e28b563

Please sign in to comment.