Browse Source

Update keybind

master
10sr 5 years ago
parent
commit
feec246ad0
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View 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



Loading…
Cancel
Save