1
0

projectile-find-other-file

This commit is contained in:
2025-07-12 06:16:59 -07:00
parent 37ffbb1402
commit 95b645b1f0

View File

@@ -1143,7 +1143,7 @@ frame if FRAME is nil, and to 1 if AMT is nil."
;; ----------------------------------------------------------------------------- ;; -----------------------------------------------------------------------------
;; F2 reserved for bookmarks (bm package) ;; F2 reserved for bookmarks (bm package)
(global-set-key [f3] 'ff-find-other-file) ; Switch between .cpp/.hpp (global-set-key [f3] 'projectile-find-other-file) ; Switch between .cpp/.hpp
(global-set-key [f4] 'my-terminal) ; Launch terminal (global-set-key [f4] 'my-terminal) ; Launch terminal
(global-set-key [f5] 'my-compile) ; Compile (global-set-key [f5] 'my-compile) ; Compile
(global-set-key [f6] 'tb-save-stage-and-format) ; Save, stage, format (global-set-key [f6] 'tb-save-stage-and-format) ; Save, stage, format