Skip to content

Commit

Permalink
fix(keybinding): remove duplicate binding for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 2, 2023
1 parent 01353db commit d391634
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@
"c" '(nil :wk "code")
"cf" '(nil :wk "format buffer")

;; ====== Workspaces ======
"r" '(nil :wk "workspace") ;; TODO: use tab-bar-mode and tab-line-mode

;; ====== Notes ======
"n" '(nil :wk "notes")

Expand Down

0 comments on commit d391634

Please sign in to comment.