+pass/ivy: fix open-url; add +pass-get-field (#103)
This commit is contained in:
parent
8c3cf83c6c
commit
77298f3672
2 changed files with 41 additions and 25 deletions
|
@ -3,6 +3,9 @@
|
|||
(defvar +pass-user-fields '("login" "user" "username" "email")
|
||||
"A list of fields for `+pass/ivy' to search for the username.")
|
||||
|
||||
(defvar +pass-url-fields '("url" "site" "location")
|
||||
"A list of fields for `+pass/ivy' to search for the username.")
|
||||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue