summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-10 08:41:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-10 17:52:16 -0700
commit4f302813b15569fce72472a4e3c68528ded355a3 (patch)
treeecfb0d8409a0fb3eca1b3b12094ca222349dda69 /.config
parentd4117a2d6f0f35010f7e9da95fc726dbac75b334 (diff)
downloaddotfiles-4f302813b15569fce72472a4e3c68528ded355a3.tar.gz
move C-c e e -> M-! and C-c e h -> M-&
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config2
-rw-r--r--.config/sway/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index c4ca249e..43c5b08f 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -54,7 +54,7 @@ mode "C-i-" {
bindsym Shift+e exec emacsclient -nc --spw/installed, mode "default"
# Fresh Emacs frame and get a shell in HOME. Without this it's
- # C-i e C-c e h which is too many keys esp. compared to C-i DEL
+ # C-i e M-& which is too many keys esp. compared to C-i DEL
bindsym Return exec emacsclient -nce \
"(let ((default-directory (expand-file-name "'"'~/'"'")) \
(display-buffer-overriding-action \
diff --git a/.config/sway/config b/.config/sway/config
index c1ec539e..6d893489 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -39,7 +39,7 @@ mode "C-i-" {
bindsym Shift+e exec emacsclient -nc --spw/installed, mode "default"
# Fresh Emacs frame and get a shell in HOME. Without this it's
- # C-i e C-c e h which is too many keys esp. compared to C-i DEL
+ # C-i e M-& which is too many keys esp. compared to C-i DEL
bindsym Return exec emacsclient -nce \
"(let ((default-directory (expand-file-name "'"'~/'"'")) \
(display-buffer-overriding-action \