mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +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" },
|
{ "n", "x" },
|
||||||
"[c",
|
"[c",
|
||||||
"<CMD>call search('^; -\\+$', 'bw')<CR>",
|
"<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(
|
vim.keymap.set(
|
||||||
{ "n", "x" },
|
{ "n", "x" },
|
||||||
"]c",
|
"]c",
|
||||||
"<CMD>call search('^; -\\+$', 'w')<CR>",
|
"<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,
|
end,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue