aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-04 22:40:51 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-04 22:40:51 -0400
commit04051e54448e733e0d2bcbb0c33628c40f2ae4e7 (patch)
tree697bbf9e7f2653a25e878b29f1be9c9f4800c9a1 /init.el
parentFix cursor color and make it stop blinking (diff)
downloadmmosmacs-04051e54448e733e0d2bcbb0c33628c40f2ae4e7.tar.gz
mmosmacs-04051e54448e733e0d2bcbb0c33628c40f2ae4e7.tar.bz2
mmosmacs-04051e54448e733e0d2bcbb0c33628c40f2ae4e7.zip
Fix window-management keybinds for EXWM
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/init.el b/init.el
index f661073..6ec24f6 100644
--- a/init.el
+++ b/init.el
@@ -1236,12 +1236,9 @@
1236;; more efficient. 1236;; more efficient.
1237;; --------------------------------- 1237;; ---------------------------------
1238 1238
1239;; Switch buffers 1239;; Switch buffer
1240(global-set-key (kbd "s-b") 'switch-to-buffer) 1240(global-set-key (kbd "s-b") 'switch-to-buffer)
1241 1241
1242;; Switch windows
1243(global-set-key (kbd "s-w") 'other-window)
1244
1245 1242
1246;; --------------------------------- 1243;; ---------------------------------
1247;; Insert date/time at POINT 1244;; Insert date/time at POINT