summaryrefslogtreecommitdiff
path: root/nemacs-keys.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-05-28 11:19:22 -0700
committerChristian Cunningham <cc@localhost>2024-05-28 11:19:22 -0700
commitf14c2d3fe50de3c55e7c9684e93cdf5608a00b89 (patch)
treea8ea3bdb68779ecdce6d7be8b7d8f56a9ff3b4c1 /nemacs-keys.el
Initial Commit
Diffstat (limited to 'nemacs-keys.el')
-rw-r--r--nemacs-keys.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/nemacs-keys.el b/nemacs-keys.el
new file mode 100644
index 0000000..1715900
--- /dev/null
+++ b/nemacs-keys.el
@@ -0,0 +1,4 @@
+;(global-set-key (kbd "C-x w") 'ace-select-window)
+(global-set-key (kbd "C-z") 'nemacs/replace-in-buffer)
+
+(provide 'nemacs-keys)