Use helpful

This commit is contained in:
Maciej 2020-10-09 14:35:38 +03:00
parent 7cf83bf2fe
commit 96e8daf9ee
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 13 additions and 6 deletions

View file

@ -42,8 +42,6 @@
(define-key global-map [end] 'end-of-line)
;;; Helpful key bindings
(global-set-key (kbd "<f1> b") 'describe-bindings) ;; List all key bindings
;; there are.
(global-set-key (kbd "C-c \\") 'split-window-right) ;; Split window to the right
(global-set-key (kbd "C-c /") 'split-window-below) ;; Split window to the bottom