Skip to content

help keybind #73

@Manix80

Description

@Manix80

Hello
I can't seem to remmap the toggle minimap button. (F5)

after many tries via codewindow.toggle_minimap() i couldn't map.
config:

local status_ok, codewindow = pcall(require, "codewindow")

if not status_ok then
	print("Module had an error")
end

vim.api.nvim_set_hl(0, 'CodewindowUnderline', {fg = '#2e3440'})

codewindow.setup({
  use_treesitter = false,
  show_cursor = false,
  window_border = "none",
  minimap_width = 10,
  exclude_filetypes = { 'NvimTree', 'dashboard' }
})

codewindow.apply_default_keybinds()

thank you for your insights

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions