Add stop search keybind

This commit is contained in:
Riyyi
2021-01-24 02:08:14 +01:00
parent e2b6f0817b
commit 0ed70a139b
+1
View File
@@ -1714,6 +1714,7 @@ General.el ~leader key binds.
"s a" '(avy-goto-char-timer :which-key "Avy goto char") "s a" '(avy-goto-char-timer :which-key "Avy goto char")
"s b" '(bookmark-jump :which-key "Jump to bookmark") "s b" '(bookmark-jump :which-key "Jump to bookmark")
"s l" '(avy-goto-line :which-key "Avy goto line") "s l" '(avy-goto-line :which-key "Avy goto line")
"s s" '(evil-ex-nohighlight :which-key "Stop search")
;; Tabs / toggle ;; Tabs / toggle
"t" '(:ignore t :which-key "tabs/toggle") "t" '(:ignore t :which-key "tabs/toggle")