refactor: move clipboard_history command to tui module

This commit is contained in:
CJ van den Berg 2025-10-13 20:00:09 +02:00
parent acbf435a2e
commit 99c28b8102
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@
["ctrl+page_down", "next_tab"],
["ctrl+page_up", "previous_tab"],
["ctrl+shift+e", "switch_buffers"],
["alt+shift+v", "paste_history"],
["alt+shift+v", "clipboard_history"],
["ctrl+0", "reset_fontsize"],
["ctrl+plus", "adjust_fontsize", 1.0],
["ctrl+minus", "adjust_fontsize", -1.0],