From 5e4443bf306fb6f1498cda22a19e84bc34bc9557 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 25 Feb 2021 07:25:48 -0600 Subject: [PATCH] Adding consult-outline and making keymaps more consistent --- README.org | 4 ++-- eshell/history | 20 ++++++++++++++++++++ init.el | 4 ++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index bd93b5b2..0f5f8ec4 100644 --- a/README.org +++ b/README.org @@ -685,7 +685,7 @@ Part of this config includes some special capture templates for my work as a you (chris/leader-keys "o a" 'org-agenda "c" 'org-capture - "so" 'consult-imenu) + "so" 'consult-outline) ('normal org-agenda-mode-map "q" 'org-agenda-quit "r" 'org-agenda-redo) @@ -1108,7 +1108,7 @@ If on a: ))) :general (chris/leader-keys - "ac" 'chris/calfw-calendar-open) + "oc" 'chris/calfw-calendar-open) (general-def cfw:calendar-mode-map "q" 'kill-this-buffer "RET" 'cfw:show-details-command) diff --git a/eshell/history b/eshell/history index e3717a62..ceafd2ac 100644 --- a/eshell/history +++ b/eshell/history @@ -12,3 +12,23 @@ message hello 2 ls cat /sys/class/power_supply/BAT2/capacity +ls +ssh 192.168.1.7 +ls +zip -r --filesync OneDrive_1_2-24-2021.zip +man zip +zip OneDrive_1_2-24-2021.zip OneDrive_1_2-24-2021 +man passmenu +man pamenu +passmenu +passmenu -h +passmenu --help +paru passed +cd +cd .password-store/ +passed --help +man passed +passed login/user +passed s/login/user +man sed +passed s/login/user/ diff --git a/init.el b/init.el index dab0d378..f51b6855 100644 --- a/init.el +++ b/init.el @@ -444,7 +444,7 @@ vertically." (chris/leader-keys "o a" 'org-agenda "c" 'org-capture - "so" 'consult-imenu) + "so" 'consult-outline) ('normal org-agenda-mode-map "q" 'org-agenda-quit "r" 'org-agenda-redo) @@ -829,7 +829,7 @@ If on a: ))) :general (chris/leader-keys - "ac" 'chris/calfw-calendar-open) + "oc" 'chris/calfw-calendar-open) (general-def cfw:calendar-mode-map "q" 'kill-this-buffer "RET" 'cfw:show-details-command)