zellij-org/zellij

Use `Ctrl+Space` keybinding

Open

#357 opened on Apr 24, 2021

View on GitHub
 (6 comments) (7 reactions) (0 assignees)Rust (1,191 forks)batch import
confighelp wantedinput

Repository metrics

Stars
 (32,593 stars)
PR merge metrics
 (Avg merge 42d 11h) (10 merged PRs in 30d)

Description

Information

zellij --version: 0.5.1

I tried to bind lockmode to Ctrl+space like this in the config file:

- action: [SwitchToMode: Locked,]
  key: [Ctrl: ' ',]

but it doesn’t work.

Is it a termion issue?

Contributor guide