mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
avoiding OCD attack with the help of folke/todo-comments (#839)
This commit is contained in:
parent
5c76003228
commit
93379a2977
17 changed files with 20 additions and 19 deletions
|
@ -15,7 +15,7 @@ vim.api.nvim_set_keymap("i", "<C-k>", "<C-\\><C-N><C-w>k", { silent = true, nore
|
|||
vim.api.nvim_set_keymap("i", "<C-l>", "<C-\\><C-N><C-w>l", { silent = true, noremap = true })
|
||||
vim.api.nvim_set_keymap("t", "<Esc>", "<C-\\><C-n>", { silent = true, noremap = true })
|
||||
|
||||
-- TODO fix this
|
||||
-- TODO: fix this
|
||||
-- resize with arrows
|
||||
if vim.fn.has "mac" == 1 then
|
||||
vim.api.nvim_set_keymap("n", "<C-Up>", ":resize -2<CR>", { silent = true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue