set sandwich maps
This commit is contained in:
parent
36b2ff1baa
commit
390c02ac9b
|
@ -2,7 +2,7 @@ return {
|
|||
{
|
||||
-- I dont get how this stuff works
|
||||
'machakann/vim-sandwich',
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
-- See https://github.com/machakann/vim-sandwich/blob/master/macros/sandwich/keymap/surround.vim
|
||||
|
@ -11,8 +11,8 @@ return {
|
|||
{ '<leader>sc', '<Plug>(operator-sandwich-replace)<Plug>(operator-sandwich-release-count)<Plug>(textobj-sandwich-query-a)', silent = true },
|
||||
{ '<leader>ssc', '<Plug>(operator-sandwich-replace)<Plug>(operator-sandwich-release-count)<Plug>(textobj-sandwich-auto-a)', silent = true },
|
||||
{ '<leader>sa', '<Plug>(operator-sandwich-add)', silent = true, mode = { 'n', 'x', 'o' }},
|
||||
{ '<leader>ir', '<Plug>(textobj-sandwich-auto-i)', silent = true, mode = { 'x', 'o' }},
|
||||
{ '<leader>ab', '<Plug>(textobj-sandwich-auto-a)', silent = true, mode = { 'x', 'o' }},
|
||||
{ '<leader>si', '<Plug>(textobj-sandwich-auto-i)', silent = true, mode = { 'x', 'o' }},
|
||||
{ '<leader>sa', '<Plug>(textobj-sandwich-auto-a)', silent = true, mode = { 'x', 'o' }},
|
||||
},
|
||||
init = function()
|
||||
vim.g.sandwich_no_default_key_mappings = 1
|
||||
|
|
Loading…
Reference in New Issue