+bind to M-c for count-words
When using visual mode, I often require the size of the selected region. My modeline doesn't currently have a method of displaying selected text properties, so I set this. Only works in visual mode.
This commit is contained in:
@@ -553,5 +553,6 @@ General keymap
|
||||
*** Non-leader
|
||||
#+BEGIN_SRC elisp
|
||||
(map!
|
||||
:n "TAB" #'evil-jump-item)
|
||||
:n "TAB" #'evil-jump-item
|
||||
:v "M-c" #'count-words-region)
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user