mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 04:37:37 +00:00
Add make key binding
This commit is contained in:
parent
453a25f5da
commit
bdf4a23491
@ -61,3 +61,6 @@ map("i", "<C-Space>", "v:lua.complete_space()", {expr = true})
|
|||||||
vim.cmd "command Spell setlocal spell! spelllang=en_us"
|
vim.cmd "command Spell setlocal spell! spelllang=en_us"
|
||||||
-- Pop spelling completion for word under cursor
|
-- Pop spelling completion for word under cursor
|
||||||
map("n", "<leader>s", "viw<esc>a<c-x>s", {})
|
map("n", "<leader>s", "viw<esc>a<c-x>s", {})
|
||||||
|
|
||||||
|
-- Build on F5
|
||||||
|
map("n", "<F5>", ":make<CR>", {})
|
||||||
|
Loading…
Reference in New Issue
Block a user