summaryrefslogtreecommitdiffstats
path: root/users/arkag
diff options
context:
space:
mode:
authorAlexander Kagno <ar@kagno.org>2021-09-28 13:21:10 -0600
committerGitHub <noreply@github.com>2021-09-28 12:21:10 -0700
commitbc818352a309043b487ca2ad6b8e0ea10f8672b4 (patch)
tree860d911ff04d1e448897e65aeaa63bc88719534e /users/arkag
parentac1d48cbf550322c88b51d6ade56eebfb46969fa (diff)
[Keymap] arkag userspace/keymap -- new macro and minor preonic keymap change (#14623)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'users/arkag')
-rw-r--r--users/arkag/arkag.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/arkag/arkag.c b/users/arkag/arkag.c
index ea716ecdab..da85d4f6d4 100644
--- a/users/arkag/arkag.c
+++ b/users/arkag/arkag.c
@@ -392,6 +392,10 @@ void matrix_scan_user(void) {
// end format functions
// start fancy functions
+ SEQ_TWO_KEYS(KC_V, KC_P) {
+ SEND_STRING("ggvG}x:set paste\ni");
+ pri_mod_keystroke(KC_V);
+ }
SEQ_THREE_KEYS(KC_C, KC_C, KC_ENT) {
surround_type(6, KC_GRAVE, false);
pri_mod_keystroke(KC_V);