Skip to content

Commit

Permalink
Fix the focus of window when split a window horizontally with :vs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Sep 4, 2023
1 parent 9844ca1 commit ecf83ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/vi-mode/ex-command.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
(define-ex-command "^(vs|vsplit)$" (range filename)
(declare (ignore range))
(lem:split-active-window-horizontally)
(lem:next-window)
(unless (string= filename "")
(lem:find-file (merge-pathnames (expand-filename-modifiers filename) (uiop:getcwd)))))

Expand Down

0 comments on commit ecf83ff

Please sign in to comment.