+a few new bindings

Bindings for eshell, next buffer and prev buffer
This commit is contained in:
2020-08-01 17:58:02 +01:00
parent 20f7aca8f3
commit c7f31e88c5

View File

@@ -141,8 +141,12 @@
("<menu>" . nil)
("M-v" . (lambda () (interactive) (dx:newline 1)))
("M-V" . (lambda () (interactive) (dx:newline)))
("M-z" . mark-whole-buffer)
("C-x h" . next-buffer)
("C-x l" . previous-buffer)
("C-c !" . async-shell-command)
("C-c c" . compile)
("C-c t" . eshell)
("M-s i" . imenu)
("M-n f" . narrow-to-defun)
("M-n w" . widen)