Skip to content

Commit

Permalink
Merge pull request #1023 from fukamachi/vi-mode-add-exports
Browse files Browse the repository at this point in the history
Export lem-vi-mode:change-mode and keymaps for text objects
  • Loading branch information
cxxxr authored Aug 30, 2023
2 parents 6027dd2 + 77ac4fd commit 283adcd
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 283adcd

Please sign in to comment.