mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix: typo 'begining' -> 'beginning' in clojure extra
This commit is contained in:
parent
55934524a4
commit
35f9ac3316
1 changed files with 2 additions and 2 deletions
|
|
@ -78,13 +78,13 @@ return {
|
|||
{ "n", "x" },
|
||||
"[c",
|
||||
"<CMD>call search('^; -\\+$', 'bw')<CR>",
|
||||
{ silent = true, buffer = true, desc = "Jumps to the begining of previous evaluation output." }
|
||||
{ silent = true, buffer = true, desc = "Jumps to the beginning of previous evaluation output." }
|
||||
)
|
||||
vim.keymap.set(
|
||||
{ "n", "x" },
|
||||
"]c",
|
||||
"<CMD>call search('^; -\\+$', 'w')<CR>",
|
||||
{ silent = true, buffer = true, desc = "Jumps to the begining of next evaluation output." }
|
||||
{ silent = true, buffer = true, desc = "Jumps to the beginning of next evaluation output." }
|
||||
)
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue