small updates
This commit is contained in:
parent
bb6c7841bc
commit
c537b41a9e
3 changed files with 7 additions and 7 deletions
|
@ -392,9 +392,9 @@
|
||||||
"s-w" #'kill-buffer
|
"s-w" #'kill-buffer
|
||||||
"s-f" #'+default/search-buffer
|
"s-f" #'+default/search-buffer
|
||||||
"M-s-]" #'next-window-any-frame
|
"M-s-]" #'next-window-any-frame
|
||||||
|
"C-M-s-<right>" #'next-window-any-frame
|
||||||
"M-s-[" #'previous-window-any-frame
|
"M-s-[" #'previous-window-any-frame
|
||||||
;; "M-s-<up>" #'backward-paragraph
|
"C-M-s-<left>" #'previous-window-any-frame
|
||||||
;; "M-s-<down>" #'forward-paragraph
|
|
||||||
"s-<up>" #'beginning-of-buffer
|
"s-<up>" #'beginning-of-buffer
|
||||||
"s-<down>" #'end-of-buffer
|
"s-<down>" #'end-of-buffer
|
||||||
"M-s-v" #'consult-yank-from-kill-ring
|
"M-s-v" #'consult-yank-from-kill-ring
|
||||||
|
|
2
init.el
2
init.el
|
@ -63,7 +63,7 @@
|
||||||
;; lispy ; vim for lisp, for people who don't like vim
|
;; lispy ; vim for lisp, for people who don't like vim
|
||||||
;; multiple-cursors ; editing in many places at once
|
;; multiple-cursors ; editing in many places at once
|
||||||
;; objed ; text object editing for the innocent
|
;; objed ; text object editing for the innocent
|
||||||
parinfer ; turn lisp into python, sort of
|
;; parinfer ; turn lisp into python, sort of
|
||||||
;;rotate-text ; cycle region at point between text candidates
|
;;rotate-text ; cycle region at point between text candidates
|
||||||
snippets ; my elves. They type so I don't have to
|
snippets ; my elves. They type so I don't have to
|
||||||
word-wrap ; soft wrapping with language-aware indent
|
word-wrap ; soft wrapping with language-aware indent
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
(package! arduino-cli-mode)
|
(package! arduino-cli-mode)
|
||||||
(package! supercollider
|
(package! supercollider
|
||||||
:recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
|
:recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
|
||||||
;; (package! ijanet
|
(package! ijanet
|
||||||
;; :recipe (:type git
|
:recipe (:type git
|
||||||
;; :host github
|
:host github
|
||||||
;; :repo "serialdev/ijanet-mode"))
|
:repo "serialdev/ijanet-mode"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue