a little easymotion change
This commit is contained in:
parent
577e8e82e2
commit
4d49f74a50
@ -4,7 +4,8 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
-- EasyMotion configuration
|
-- EasyMotion configuration
|
||||||
vim.api.nvim_set_keymap('n', '<M-s>', '<Plug>(easymotion-s2)', {})
|
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
|
end
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ return {
|
|||||||
iron.setup {
|
iron.setup {
|
||||||
config = {
|
config = {
|
||||||
-- Whether a repl should be discarded or not
|
-- Whether a repl should be discarded or not
|
||||||
scratch_repl = true,
|
scratch_repl = false,
|
||||||
-- Your repl definitions come here
|
-- Your repl definitions come here
|
||||||
repl_definition = {
|
repl_definition = {
|
||||||
sh = {
|
sh = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user