summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core/core-bindings.el')
-rw-r--r--emacs.d/core/core-bindings.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs.d/core/core-bindings.el b/emacs.d/core/core-bindings.el
new file mode 100644
index 0000000..e95e837
--- /dev/null
+++ b/emacs.d/core/core-bindings.el
@@ -0,0 +1,9 @@
+(global-set-key (kbd "M-j") 'join-line)
+
+(global-set-key (kbd "C-x C-b") 'ivy-switch-buffer)
+
+(global-set-key (kbd "<s-return>") 'toggle-frame-fullscreen)
+
+(global-set-key (kbd "C-c C-d") 'fcuny-terminal)
+
+(provide 'core-bindings)