about summary refs log tree commit diff
path: root/configs/shared/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-06T16·59+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-06T16·59+0000
commit43a2d0de2c50ec6e5b1713da4dba32c678624c63 (patch)
tree26e1b10ac8cd0bfcb2d8b0f450216a9876b7c699 /configs/shared/emacs
parenta14d4e5d9cd4f1c753dfc7f7482c8e64ea9515f3 (diff)
Prefer x KBD for XResources
I'm finding that I'm visiting XResources more frequently than I'm
visiting ~/.xinitrc or other X files.
Diffstat (limited to 'configs/shared/emacs')
-rw-r--r--configs/shared/emacs/.emacs.d/wpc/packages/wpc-keybindings.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-keybindings.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-keybindings.el
index 0adc9ec4dd85..8d6fe0530f46 100644
--- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-keybindings.el
+++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-keybindings.el
@@ -69,7 +69,7 @@
     "ea" (lambda () (interactive) (wpc/find-file-split "~/aliases.zsh"))
     "ef" (lambda () (interactive) (wpc/find-file-split "~/functions.zsh"))
     "el" (lambda () (interactive) (wpc/find-file-split "~/variables.zsh"))
-    "ex" (lambda () (interactive) (wpc/find-file-split "~/.xsessionrc"))
+    "ex" (lambda () (interactive) (wpc/find-file-split "~/.Xresources"))
     "ei" (lambda () (interactive) (wpc/find-file-split "~/.config/i3/config"))
 
     "B"  #'magit-blame
@@ -114,8 +114,8 @@
                ("M-l"  . wpc/tmux-emacs-windmove-right)
                ("M-k"  . wpc/tmux-emacs-windmove-up)
                ("M-j"  . wpc/tmux-emacs-windmove-down)
-               ("M--"  . split-window-below)
-               ("M-\\" . split-window-right)
+               ("M--"  . wpc/evil-window-split-down)
+               ("M-\\" . wpc/evil-window-vsplit-right)
                ("M-q"  . delete-window))
     map)
   "William Carroll's keybindings that should have the highest precedence.")