summaryrefslogtreecommitdiffstats
path: root/users/rverst/rverst.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/rverst/rverst.h')
-rw-r--r--users/rverst/rverst.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/users/rverst/rverst.h b/users/rverst/rverst.h
index b7aea556c2..2e46d41d06 100644
--- a/users/rverst/rverst.h
+++ b/users/rverst/rverst.h
@@ -55,7 +55,11 @@ enum userspace_keycodes {
RV_SUP1, // ¹
RV_SUP2, // ²
RV_SUP3, // ³
-
+ RV_VINC, // vim increase vertical split size (<c-w> 4>)
+ RV_VDEC, // vim decrease vertical split size (<c-w> 4<)
+ RV_SINC, // vim increase vertical split size (<c-w> 4+)
+ RV_SDEC, // vim decrease vertical split size (<c-w> 4-)
+ RV_SEQU, // vim equal split size (<c-w> =)
};
typedef union {