X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/6578236b45ab6d68749e2430c73660d5a03c2e22..7e8c4e9591151043ecbc8ad78163861d3348106d:/packages/swiper/README.md diff --git a/packages/swiper/README.md b/packages/swiper/README.md index d70eeaf42..0d80f8dfd 100644 --- a/packages/swiper/README.md +++ b/packages/swiper/README.md @@ -34,11 +34,18 @@ Here is some typical configuration: (ivy-mode 1) (setq ivy-use-virtual-buffers t) (global-set-key "\C-s" 'swiper) -(global-set-key "\C-r" 'swiper) (global-set-key (kbd "C-c C-r") 'ivy-resume) -(global-set-key [f6] 'ivy-resume) +(global-set-key (kbd "") 'ivy-resume) +(global-set-key (kbd "M-x") 'counsel-M-x) +(global-set-key (kbd "C-x C-f") 'counsel-find-file) +(global-set-key (kbd " f") 'counsel-describe-function) +(global-set-key (kbd " v") 'counsel-describe-variable) +(global-set-key (kbd " l") 'counsel-load-library) +(global-set-key (kbd " i") 'counsel-info-lookup-symbol) +(global-set-key (kbd " u") 'counsel-unicode-char) +(global-set-key (kbd "C-c g") 'counsel-git) +(global-set-key (kbd "C-c j") 'counsel-git-grep) +(global-set-key (kbd "C-c k") 'counsel-ag) +(global-set-key (kbd "C-x l") 'counsel-locate) +(global-set-key (kbd "C-S-o") 'counsel-rhythmbox) ``` - -## Issues - -Recently, the `ivy` package that provided `ivy.el` was removed from MELPA. Now, the `swiper` package provides `ivy.el`. You should remove the outdated `ivy` package from your system.