about summary refs log tree commit diff stats
path: root/src/teliva.h
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-28 08:44:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-28 08:44:37 -0800
commit75ded7a9187ebd588f6ef0a99a48dff726179ed6 (patch)
treee197d9c5b82261cfa2f1a0a5d67ad9dd16dd130a /src/teliva.h
parentdff7a5226f0c4023aa995efc8e5143d0188924c3 (diff)
downloadteliva-75ded7a9187ebd588f6ef0a99a48dff726179ed6.tar.gz
editor hotkeys: sol/eol
I'm growing attached to ^e, so mildly breaking with convention there.
Perhaps this is a bad idea.
Diffstat (limited to 'src/teliva.h')
-rw-r--r--src/teliva.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/teliva.h b/src/teliva.h
index dfe322d..9a6038e 100644
--- a/src/teliva.h
+++ b/src/teliva.h
@@ -3,6 +3,7 @@
 
 enum KEY_ACTION {
   KEY_NULL = 0,
+  CTRL_A = 1,
   CTRL_B = 2,
   CTRL_C = 3,
   CTRL_D = 4,