Skip to content

Commit

Permalink
chore(emacs): more leader map binds
Browse files Browse the repository at this point in the history
  • Loading branch information
aemogie committed Oct 12, 2024
1 parent d78b9ec commit 0ede91c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/apps/emacs/config/binds.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
'("w" . save-buffer)
'("f" . find-file)
'("b" . switch-to-buffer)
'("k" . kill-buffer))
'("k" . kill-buffer)
'("o" . other-window)
'("K" . delete-window))

(meow-normal-define-key
'("0" . meow-expand-0)
Expand Down

0 comments on commit 0ede91c

Please sign in to comment.