aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/init.el b/init.el
index cac5b98..e10dfcf 100644
--- a/init.el
+++ b/init.el
@@ -1224,6 +1224,20 @@
1224 1224
1225 1225
1226;; --------------------------------- 1226;; ---------------------------------
1227;; Buffer / Window Management
1228;; --------------------------
1229;; Make managing buffers and windows
1230;; more efficient.
1231;; ---------------------------------
1232
1233;; Switch buffers
1234(global-set-key (kbd "s-b") 'switch-to-buffer)
1235
1236;; Switch windows
1237(global-set-key (kbd "s-w") 'other-window)
1238
1239
1240;; ---------------------------------
1227;; Insert date/time at POINT 1241;; Insert date/time at POINT
1228;; ------------------------- 1242;; -------------------------
1229;; [YYYY-MM-DD HH:mm] 1243;; [YYYY-MM-DD HH:mm]