From a09e80daf3836eb206eb9cedf75e95fc6496c7a6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 31 Mar 2021 17:58:52 -0500 Subject: Add keybindings --- init.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index dbf660f..0a09285 100644 --- a/init.el +++ b/init.el @@ -369,10 +369,20 @@ ;;;; CRUX (setup (:straight crux) - (:acdw/map "M-o" crux-other-window-or-switch-buffer - "C-k" crux-kill-and-join-forward) + (:acdw/map "M-o" crux-other-window-or-switch-buffer + "C-k" crux-kill-and-join-forward + "C-o" crux-smart-open-line-above + "C-j" crux-smart-open-line + "C-M-\\" crux-cleanup-buffer-or-region + "C-c i" crux-find-user-init-file) (crux-reopen-as-root-mode +1)) +(setup eshell + (:acdw/map "C-z s" crux-visit-shell-buffer) + (:when-loaded + (:bind "C-z s" #'bury-buffer) + (:bind "C-d" #'bury-buffer))) + ;;;; AVY ... & friends (setup (:straight avy) (:acdw/map "C-:" avy-goto-char -- cgit 1.4.1-21-gabe81