evil-collection-ebuku: Add binding for `ebuku-copy-url`.

This commit is contained in:
Alexis 2021-10-01 12:54:16 +10:00 committed by Youmu
parent 03d80be41b
commit 4ad1131fa1
1 changed files with 2 additions and 1 deletions

View File

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