This commit is contained in:
earnest ma 2022-08-17 14:34:53 -04:00
parent b37c3c233f
commit a572d43b65
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,11 @@
:init (setq epg-pinentry-mode `loopback)
(pinentry-start))
;; Bind SPC s c to clear evil search
(map! :leader
:desc "Clear recent search result"
"s c" #'evil-ex-nohighlight)
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;;

View File

@ -41,6 +41,7 @@ setopt inc_append_history # add commands to HISTFILE in order of execution
setopt share_history # share command history data
setopt hist_find_no_dups # don't display duplicates in reverse search
setopt hist_reduce_blanks # remove superfluous blanks
setopt HIST_IGNORE_SPACE # put a space at the front and you won't record history
setopt interactivecomments # Comments in the interactive shell
setopt auto_continue # Send CONT signal automatically when disowning jobs