Skip to content

Commit

Permalink
Export lem-vi-mode:change-mode and keymaps for text objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Aug 29, 2023
1 parent 6027dd2 commit 77ac4fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extensions/vi-mode/vi-mode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
:insert
:*motion-keymap*
:*normal-keymap*
:*insert-keymap*)
:*insert-keymap*
:*inner-text-objects-keymap*
:*outer-text-objects-keymap*)
(:import-from :lem-vi-mode/visual
:*visual-keymap*)
(:import-from :alexandria
Expand All @@ -33,8 +35,11 @@
:*insert-keymap*
:*visual-keymap*
:*ex-keymap*
:*inner-text-objects-keymap*
:*outer-text-objects-keymap*
:normal
:insert
:change-state
:option-value))
(in-package :lem-vi-mode)

Expand Down

0 comments on commit 77ac4fd

Please sign in to comment.