Skip to content

Commit

Permalink
Try delete/insert based cut/copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 committed Apr 9, 2024
1 parent 1a0115e commit 03c79b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define NUM_L 3

/* Shortcuts */
#define CUT LC(X)
#define COPY LC(C)
#define PASTE LC(V)
#define CUT LS(DEL)
#define COPY LC(INS)
#define PASTE LS(INS)
#define UNDO LC(Z)
#define SLALL LC(A)

Expand Down

0 comments on commit 03c79b3

Please sign in to comment.