update
This commit is contained in:
parent
7ba80d6e18
commit
7fd69b98fb
3 changed files with 4 additions and 3 deletions
3
emacs.el
3
emacs.el
|
|
@ -149,7 +149,8 @@
|
|||
(use-package selectrum
|
||||
:init
|
||||
(ido-mode nil)
|
||||
(selectrum-mode t))
|
||||
(selectrum-mode t)
|
||||
:bind (("C-x M-x" . selectrum-repeat)))
|
||||
|
||||
(use-package consult
|
||||
:bind (("C-c i" . consult-imenu)
|
||||
|
|
|
|||
2
foot.ini
2
foot.ini
|
|
@ -141,7 +141,7 @@ bright7=ffffff # bright white
|
|||
# pipe-selected=[xargs -r firefox] none
|
||||
# show-urls-launch=Control+Shift+u
|
||||
# show-urls-copy=none
|
||||
# noop=none
|
||||
noop=Control+Return
|
||||
|
||||
[search-bindings]
|
||||
# cancel=Control+g Control+c Escape
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
set $term env XCURSOR_THEME=Adwaita foot
|
||||
# Your preferred application launcher
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue