Procházet zdrojové kódy

Set ivy-minibuffer-map C-u keybind

master
10sr před 5 roky
rodič
revize
8cb430e04a
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Zobrazit soubor

@@ -2368,6 +2368,10 @@ Any output will be written to current buffer."
(ivy--regex-fuzzy (replace-regexp-in-string (rx space)
""
s))))))

(defvar ivy-minibuffer-map)
(define-key ivy-minibuffer-map (kbd "C-u")
(lambda () (interactive) (delete-region (point-at-bol) (point))))
(define-key esc-map "x" 'counsel-M-x)
;; (counsel-mode 1)
;; counsel-fzf executes fzf -f QUERY for each input


Načítá se…
Zrušit
Uložit