summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/Emacs.org6
-rw-r--r--.config/emacs/init.el6
-rw-r--r--.config/hypr/binds.conf2
3 files changed, 8 insertions, 6 deletions
diff --git a/.config/emacs/Emacs.org b/.config/emacs/Emacs.org
index 5865bcc..5e2353b 100644
--- a/.config/emacs/Emacs.org
+++ b/.config/emacs/Emacs.org
@@ -364,6 +364,9 @@ best git frontend ever
(backward-word))
(global-set-key "\M-f" 'next-word)
+ (use-package expand-region)
+ (global-set-key (kbd "C-=") 'er/expand-region)
+
#+end_src
@@ -421,9 +424,6 @@ best git frontend ever
:ensure t
:commands lsp-treemacs-errors-list)
- (use-package expand-region)
- (global-set-key (kbd "C-=") 'er/expand-region)
-
;; company
(use-package company
:ensure t
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 5f1978e..d7cf989 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -330,6 +330,9 @@
(backward-word))
(global-set-key "\M-f" 'next-word)
+(use-package expand-region)
+(global-set-key (kbd "C-=") 'er/expand-region)
+
(use-package lsp-mode
:init
(setq lsp-keymap-prefix "C-c l"
@@ -381,9 +384,6 @@
:ensure t
:commands lsp-treemacs-errors-list)
- (use-package expand-region)
- (global-set-key (kbd "C-=") 'er/expand-region)
-
;; company
(use-package company
:ensure t
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf
index 54c04b5..929b6f6 100644
--- a/.config/hypr/binds.conf
+++ b/.config/hypr/binds.conf
@@ -39,6 +39,7 @@ binde = $mainMod, n, cyclenext, prev
binde = $mainMod, p, cyclenext
binde = $mainMod, up, movefocus, u
binde = $mainMod, down, movefocus, d
+bind = $mainMod, o, cyclenext, prev
binde = $mainMod SHIFT,left ,movewindow, l
binde = $mainMod SHIFT,right ,movewindow, r
@@ -46,6 +47,7 @@ binde = $mainMod SHIFT, n, swapnext, prev
binde = $mainMod SHIFT, p, swapnext
binde = $mainMod SHIFT,up ,movewindow, u
binde = $mainMod SHIFT,down ,movewindow, d
+bind = $mainMod SHIFT, o, swapnext, prev
# controls
binde = , xf86monbrightnessup , exec, brightnessctl set 10%+