Sfoglia il codice sorgente

Update keybind

master
10sr 5 anni fa
parent
commit
feec246ad0
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

@@ -790,7 +790,7 @@ found, otherwise returns nil."
(let ((process-environment (cl-copy-list process-environment)))
(setenv "FZF_DEFAULT_COMMAND" "rg -nH --hidden --follow --glob '!.git/*' ^")
(fzf)))
(define-key ctl-x-map "L" 'my-fzf-all-lines)
(define-key ctl-x-map "S" 'my-fzf-all-lines)

;; recently



Caricamento…
Annulla
Salva