Skip to content

Some configs do not work #1085

Closed
Closed
@kajuburfi

Description

@kajuburfi

I am not able to allow certain keymaps to work.
Here is my config.toml

theme = "bogster"

[lsp]
display-messages = true

[keys.normal]
S-left = "extend_char_left"
S-right = "extend_char_right"
S-up = "extend_line_up"
S-down = "extend_line_down"

"#" = "toggle_comments"
C-c = "no_op"
q = { q = "wclose" }
"space" = { "space" = "keep_primary_selection" }

A-o = "add_newline_below"
A-O = [ "open_above", "normal_mode" ]

[keys.insert]
C-backspace = "delete_word_backward"
  • Here, C-O and C-backspace doesn't work.
  • I have tried C-O with add_newline_above and the given config both.
  • A-o seems to work perfectly fine.

Environment

  • Platform: Linux(WSL)
  • Helix version: v0.5.0-94-gd3def16 (from git describe)

Link to gif.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-helix-termArea: Helix term improvementsC-bugCategory: This is a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions