summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
blob: ee91baec6d69636faccd77b7930849d3e7756308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(global-set-key (kbd "M-j") 'join-line)

(global-set-key (kbd "C-x C-b") 'ibuffer)

(global-set-key (kbd "<s-return>") 'toggle-frame-fullscreen)

(global-set-key (kbd "C-c s") 'fcuny/visit-term-buffer)

(global-set-key (kbd "s-N") 'fcuny/switch-to-scratch)

(global-set-key (kbd "C-c b") 'fcuny/find-build-file)

(global-set-key (kbd "C-c r") 'fcuny/build-run-target)

(provide 'core-bindings)