Skip to content

Commit

Permalink
Fix shortcut for back tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 authored Dec 11, 2024
1 parent c8e7dce commit 72b5c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define PASTE LC(V)
#define UNDO LC(Z)
#define SLALL LC(A)
#define BTAB LC(TAB)
#define BTAB LS(TAB)
#define FHOME LC(HOME)
#define FEND LC(END)

Expand Down

0 comments on commit 72b5c35

Please sign in to comment.