evil-collection-ebuku: Add bindings for new functions.

* ebuku-copy-title
* ebuku-copy-index
This commit is contained in:
Alexis 2022-05-22 00:30:19 +10:00 committed by James
parent 815408f8b8
commit 8a85b46b60
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; evil-collection-ebuku.el --- Evil bindings for Ebuku -*- lexical-binding: t -*- ;;; evil-collection-ebuku.el --- Evil bindings for Ebuku -*- lexical-binding: t -*-
;; Copyright (C) 2020-2021 Alexis ;; Copyright (C) 2020-2022 Alexis
;; Author: Alexis <flexibeast@gmail.com> ;; Author: Alexis <flexibeast@gmail.com>
;; Maintainer: Alexis <flexibeast@gmail.com> ;; Maintainer: Alexis <flexibeast@gmail.com>
@ -53,6 +53,8 @@
"t" 'ebuku-toggle-results-limit "t" 'ebuku-toggle-results-limit
(kbd "RET") 'ebuku-open-url (kbd "RET") 'ebuku-open-url
"C" 'ebuku-copy-url "C" 'ebuku-copy-url
"T" 'ebuku-copy-title
"I" 'ebuku-copy-index
[mouse-1] 'ebuku-open-url [mouse-1] 'ebuku-open-url
[mouse-2] 'ebuku-open-url)) [mouse-2] 'ebuku-open-url))