a little easymotion change

This commit is contained in:
hollorol 2024-07-30 23:48:40 +02:00
parent 577e8e82e2
commit 4d49f74a50
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ return {
config = function()
-- EasyMotion configuration
vim.api.nvim_set_keymap('n', '<M-s>', '<Plug>(easymotion-s2)', {})
vim.api.nvim_set_keymap('n', '<M-l>', '<Plug>(easymotion-lineforward)', {})
vim.api.nvim_set_keymap('n', '<M-l>', '<Plug>(easymotion-lineanywhere)', {})
vim.api.nvim_set_keymap('n', '<M-j>', '<Plug>(easymotion-jumptoanywhere)', {})
end
},
}

View File

@ -7,7 +7,7 @@ return {
iron.setup {
config = {
-- Whether a repl should be discarded or not
scratch_repl = true,
scratch_repl = false,
-- Your repl definitions come here
repl_definition = {
sh = {