Skip to content

Commit

Permalink
vscode easy rename on F2 with hold return
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Feb 7, 2024
1 parent 5e3c1c4 commit e4ccbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/os/macos/keys.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Shared Keys */
#define MKY_ESC &to_mBAS_kp 0 ESC // tap: esc | long-tap: BAS layer
#define MKY_RET &kp RET // tap: return | long-tap: rename
#define MKY_RET &mt F2 RET // tap: return | long-tap: vscode easy rename
#define MKY_TAB &mt RIGHT TAB // tap: tab | long-tap: right (terminal autocompletion)
#define MNV_BSPC &mt LA(BSPC) BSPC // tap: bspc | long-tap: delete word backward
#define MNV_DEL &mt LA(DEL) DEL // tap: del | long-tap: delete word forward

0 comments on commit e4ccbdd

Please sign in to comment.