mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix #447 - yml: mention showkey -a
to get x sequence from key
Am not touching the -macos yaml, as I'm not sure this works under macOS.
This commit is contained in:
parent
53507ce7d0
commit
f10394e003
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@ visual_bell:
|
||||||
# specified string every time that binding is activated. These should generally
|
# specified string every time that binding is activated. These should generally
|
||||||
# be escape sequences, but they can be configured to send arbitrary strings of
|
# be escape sequences, but they can be configured to send arbitrary strings of
|
||||||
# bytes. Possible values of `action` include `Paste` and `PasteSelection`.
|
# bytes. Possible values of `action` include `Paste` and `PasteSelection`.
|
||||||
|
#
|
||||||
|
# Want to add a binding (e.g. "PageUp") but are unsure what the X sequence
|
||||||
|
# (e.g. "\x1b[5~") is? Open another terminal (like xterm) without tmux,
|
||||||
|
# then run `showkey -a` to get the sequence associated to a key combination.
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: V, mods: Command, action: Paste }
|
- { key: V, mods: Command, action: Paste }
|
||||||
- { key: C, mods: Command, action: Copy }
|
- { key: C, mods: Command, action: Copy }
|
||||||
|
|
Loading…
Reference in a new issue