Skip to content

Commit

Permalink
exactly select current one
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Sep 17, 2022
1 parent 5628843 commit 3f0a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/buffer-manager.kak
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define-command -hidden -override buffer-manager-render-buflist %{
}
try %{
# select current one
exec "<a-k>%opt{buffer_manager_latest_bufname}<ret>gl"
exec "<a-k>^[> ][+ ] %opt{buffer_manager_latest_bufname}$<ret>gl"
} catch %{
exec gggl
}
Expand Down

0 comments on commit 3f0a914

Please sign in to comment.