ソースを参照

Set ivy-minibuffer-map C-u keybind

master
10sr 5年前
コミット
8cb430e04a
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el ファイルの表示

@@ -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


読み込み中…
キャンセル
保存