Skip to content

#14 make buffer mappings configurable#15

Open
hoschi wants to merge 3 commits into
developfrom
fix/14
Open

#14 make buffer mappings configurable#15
hoschi wants to merge 3 commits into
developfrom
fix/14

Conversation

@hoschi
Copy link
Copy Markdown
Owner

@hoschi hoschi commented Apr 10, 2023

This makes buffer mappings configurable. Set own mappings by:

"------------------------------
"yode-nvim
"------------------------------
lua << EOF
require('yode-nvim').setup({
    handlers = {
        onSeditorBufCal = function()
            vim.cmd([[
                imap <buffer> <leader>bly <esc>:YodeGoToAlternateBuffer t<cr>
            ]])
        end,
    },
})
EOF

Disable the mappings by:

"------------------------------
"yode-nvim
"------------------------------
lua << EOF
require('yode-nvim').setup({
    handlers = {
        onSeditorBufCal = function()
        end,
    },
})
EOF

@hoschi hoschi mentioned this pull request Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant