diff options
Diffstat (limited to 'users/rverst/rverst.h')
-rw-r--r-- | users/rverst/rverst.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/users/rverst/rverst.h b/users/rverst/rverst.h index b7aea556c..2e46d41d0 100644 --- a/users/rverst/rverst.h +++ b/users/rverst/rverst.h | |||
@@ -55,7 +55,11 @@ enum userspace_keycodes { | |||
55 | RV_SUP1, // ¹ | 55 | RV_SUP1, // ¹ |
56 | RV_SUP2, // ² | 56 | RV_SUP2, // ² |
57 | RV_SUP3, // ³ | 57 | RV_SUP3, // ³ |
58 | 58 | RV_VINC, // vim increase vertical split size (<c-w> 4>) | |
59 | RV_VDEC, // vim decrease vertical split size (<c-w> 4<) | ||
60 | RV_SINC, // vim increase vertical split size (<c-w> 4+) | ||
61 | RV_SDEC, // vim decrease vertical split size (<c-w> 4-) | ||
62 | RV_SEQU, // vim equal split size (<c-w> =) | ||
59 | }; | 63 | }; |
60 | 64 | ||
61 | typedef union { | 65 | typedef union { |