diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2024-09-08 19:28:34 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-08 19:28:34 +0200 |
| commit | a17800a70c1e1f22cd4c3dd1d2265f437c50b553 (patch) | |
| tree | 3fdc71fbedaa5c9d025b3df8b731bbde6e581253 /.config/foot | |
| parent | b08fd196b397bbddc839c14933ef16cc71be7cef (diff) | |
foot: Update bindings for copy+paste
Diffstat (limited to '.config/foot')
| -rw-r--r-- | .config/foot/foot.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index b4c13d1..2a4496d 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -12,6 +12,8 @@ foreground=C5C8C6 background=2B303B [key-bindings] +clipboard-copy=Control+Mod1+c +clipboard-paste=Control+Mod1+v scrollback-up-line=Control+k scrollback-down-line=Control+j scrollback-up-half-page=Control+Shift+k |