mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 22:36:26 +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"
|
||||
-- Pop spelling completion for word under cursor
|
||||
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