This commit is contained in:
joachimschmidt557 2022-02-01 16:36:43 +01:00
parent 7ba80d6e18
commit 7fd69b98fb
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 4 additions and 3 deletions

View file

@ -149,7 +149,8 @@
(use-package selectrum (use-package selectrum
:init :init
(ido-mode nil) (ido-mode nil)
(selectrum-mode t)) (selectrum-mode t)
:bind (("C-x M-x" . selectrum-repeat)))
(use-package consult (use-package consult
:bind (("C-c i" . consult-imenu) :bind (("C-c i" . consult-imenu)

View file

@ -141,7 +141,7 @@ bright7=ffffff # bright white
# pipe-selected=[xargs -r firefox] none # pipe-selected=[xargs -r firefox] none
# show-urls-launch=Control+Shift+u # show-urls-launch=Control+Shift+u
# show-urls-copy=none # show-urls-copy=none
# noop=none noop=Control+Return
[search-bindings] [search-bindings]
# cancel=Control+g Control+c Escape # cancel=Control+g Control+c Escape

View file

@ -16,7 +16,7 @@ set $down j
set $up k set $up k
set $right l set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term foot set $term env XCURSOR_THEME=Adwaita foot
# Your preferred application launcher # Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened # Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on. # on the original workspace that the command was run on.