mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
updates
This commit is contained in:
parent
20b8eb1c33
commit
784fdcf19d
6 changed files with 102 additions and 10 deletions
|
@ -65,3 +65,9 @@ vim.cmd('inoremap <expr> <c-k> (\"\\<C-p>\")')
|
|||
-- TAB Complete
|
||||
--vim.api.nvim_set_keymap('i', '<expr><TAB>', 'pumvisible() ? \"\\<C-n>\" : \"\\<TAB>\"', { noremap = true, silent = true })
|
||||
|
||||
vim.cmd([[
|
||||
map p <Plug>(miniyank-autoput)
|
||||
map P <Plug>(miniyank-autoPut)
|
||||
map <leader>n <Plug>(miniyank-cycle)
|
||||
map <leader>N <Plug>(miniyank-cycleback)
|
||||
]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue