]> code.delx.au - dotemacs/commitdiff
ivy-resume bound to easy to press: C-r
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 20 Jul 2016 14:15:18 +0000 (00:15 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 20 Jul 2016 14:21:08 +0000 (00:21 +1000)
README.txt
lisp/my-keys.el

index 1f8488f96d9b0b83267295017f8be7c10f1dbc58..4a45719f8db6c98331422e3dd5db2c61c8f7a594 100644 (file)
@@ -20,13 +20,12 @@ C-h m                                           Documentation on active modes
 
 # Search
 C-s                                             Search forward (ivy/swiper mode)
-C-r                                             Search backward
+C-r                                             Resume ivy search
 M-s .                                           Search for symbol around point
 C-s                                             Find next item (while searching)
 Backspace                                       Previous search (while searching)
 M-%                                             Search and replace
 M-x linum-mode                                  Display line numbers
-C-c r                                           Resume ivy search
 
 # Files/buffers
 C-x C-s                                         Save current buffer
index 372fe2f02ab46d5191580fb2da4e7f8718c2ea97..fa9c18d06912df5f61bffbc25e4469bb1bf67682 100644 (file)
@@ -6,7 +6,7 @@
 
 ;; Search
 (global-set-key (kbd "C-s") 'swiper)
-(global-set-key (kbd "C-r") 'ivy-resume)
+(global-set-key (kbd "C-r") 'ivy-resume)
 
 ;; Files/buffers
 (global-set-key (kbd "C-x C-f") 'counsel-find-file)