Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Show 'NORMAL' at the modeline while in operator-pending mode.
  • Loading branch information
fukamachi committed Aug 30, 2023
commit 9946ad1f39886f59f8a87002c26b9302442fc791
2 changes: 1 addition & 1 deletion extensions/vi-mode/states.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
;;
;; Operator-pending state

(define-state operator () ()
(define-state operator (normal) ()
(:default-initargs
:keymaps (list *operator-keymap* *normal-keymap*)))

Expand Down