Skip to content
Discussion options

You must be logged in to vote

s is mapped to open in a vsplit by default as you can see here:

["s"] = "open_vsplit",
.

You can add ["s"] = "noop" in your config to disable this behavior, or change it to
["s"] = { "open_vsplit", nowait = false }, to keep the default behavior but wait for additional keys and not decide immediately. See :h map-arguments for more info about the options.

You can find what other keys are mapped to in this defaults.lua file as well and do the exact thing for each key.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@enewbury
Comment options

@pysan3
Comment options

Answer selected by pysan3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants