Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takikoo committed Jan 3, 2025
1 parent 89c20e9 commit 7933701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/totem.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#define CRight &kp LC(RIGHT) // CTRL + Right arrow
#define NEXT &kp LC(K) // Next occurance
#define PREV &kp LC(LS(K)) // Previous occurance
#define COMNT &kp LC(LS(N7)) // Comment line
#define DUPLIC &kp LG(LS(D)) // Duplicate line
#define DLINE &kp LG(D) // Delete line
#define COMNT &kp LG(LS(N7)) // Comment line
#define DUPLIC &kp LC(LS(D)) // Duplicate line
#define DLINE &kp LC(D) // Delete line
#define YANK &kp LC(INS)
#define PASTE &kp LS(INS)
#define KUT &kp LC(X)
Expand Down

0 comments on commit 7933701

Please sign in to comment.