Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
docs: correct description (split or not) (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
osamuaoki authored Sep 23, 2021
1 parent 1acb6e2 commit 0b2a338
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/doom/extras/keybindings/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ if config.doom.new_file_split then
":new<CR>",
opts,
"Editor",
"new_buffer",
"Open a new unnamed buffer"
"new_buffer_split",
"Open a new unnamed buffer in a split window"
)
else
utils.map(
Expand All @@ -246,8 +246,8 @@ else
":enew<CR>",
opts,
"Editor",
"new_buffer_split",
"Open a new unnamed buffer in a split window"
"new_buffer",
"Open a new unnamed buffer"
)
end

Expand Down

0 comments on commit 0b2a338

Please sign in to comment.