changing keys for linux and adding calendar
This commit is contained in:
parent
3e9fecfb1d
commit
b565bd2d45
3 changed files with 9 additions and 8 deletions
13
bindings.el
13
bindings.el
|
@ -390,19 +390,22 @@
|
||||||
"C-g" #'vertico-repeat
|
"C-g" #'vertico-repeat
|
||||||
"C-s" #'save-buffer
|
"C-s" #'save-buffer
|
||||||
"C-;" #'comment-dwim
|
"C-;" #'comment-dwim
|
||||||
|
"C-/" #'comment-line
|
||||||
"C-q" #'kill-emacs
|
"C-q" #'kill-emacs
|
||||||
"C-<left>" #'beginning-of-visual-line
|
"C-<left>" #'beginning-of-visual-line
|
||||||
"C-<right>" #'end-of-visual-line
|
"C-<right>" #'end-of-visual-line
|
||||||
"C-M-<up>" #'next-window-any-frame
|
"C-M-<up>" #'next-window-any-frame
|
||||||
"C-H-<down>" #'previous-window-any-frame
|
"C-M-<down>" #'previous-window-any-frame
|
||||||
"s-<up>" #'backward-paragraph
|
"C-<up>" #'backward-paragraph
|
||||||
"s-<down>" #'forward-paragraph
|
"C-<down>" #'forward-paragraph
|
||||||
|
"M-<up>" #'drag-stuff-up
|
||||||
|
"M-<down>" #'drag-stuff-down
|
||||||
"C-M-h" #'windmove-left
|
"C-M-h" #'windmove-left
|
||||||
"C-M-j" #'windmove-up
|
"C-M-j" #'windmove-up
|
||||||
"C-M-k" #'windmove-down
|
"C-M-k" #'windmove-down
|
||||||
"C-M-l" #'windmove-right
|
"C-M-l" #'windmove-right
|
||||||
"C-<up>" #'beginning-of-buffer
|
"<home>" #'beginning-of-buffer
|
||||||
"C-<down>" #'end-of-buffer
|
"<end>" #'end-of-buffer
|
||||||
"C-<return>" #'split-window-vertically
|
"C-<return>" #'split-window-vertically
|
||||||
"C-S-<return>" #'split-window-horizontally
|
"C-S-<return>" #'split-window-horizontally
|
||||||
"C-M-S-s-<mouse-1>" #'+fold/toggle)
|
"C-M-S-s-<mouse-1>" #'+fold/toggle)
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
(setq org-directory "~/Documents/Obsidian/Primary")
|
(setq org-directory "~/Documents/Obsidian/Primary")
|
||||||
|
|
||||||
;;(setq treesit-extra-load-path '("~/Source/_src/tree-sitter-module/dist/"))
|
|
||||||
|
|
||||||
(use-package! kbd-mode)
|
(use-package! kbd-mode)
|
||||||
|
|
||||||
;; Modeline
|
;; Modeline
|
||||||
|
|
2
init.el
2
init.el
|
@ -158,7 +158,7 @@
|
||||||
(mu4e +mbsync)
|
(mu4e +mbsync)
|
||||||
|
|
||||||
:app
|
:app
|
||||||
;;calendar
|
calendar
|
||||||
;;emms
|
;;emms
|
||||||
;;everywhere ; *leave* Emacs!? You must be joking
|
;;everywhere ; *leave* Emacs!? You must be joking
|
||||||
;;irc ; how neckbeards socialize
|
;;irc ; how neckbeards socialize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue