From 3be2476c132111ce82d88dcb39b7bd311d4bc6ab Mon Sep 17 00:00:00 2001 From: noctuid Date: Thu, 16 Nov 2017 15:48:46 -0500 Subject: [PATCH] "Customizing Command Behavior" -> "Command Properties" --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0fd7b00..1eba250 100644 --- a/README.org +++ b/README.org @@ -40,7 +40,7 @@ - [[#prevent-text-property-maps-from-overriding-normal-state][Prevent Text Property Maps from Overriding Normal State]] - [[#modal-minibuffer][Modal Minibuffer]] - [[#example-integration-with-pdf-tools][Example: Integration with Pdf Tools]] - - [[#customizing-command-behavior][Customizing Command Behavior]] + - [[#command-properties][Command Properties]] - [[#repeat][:repeat]] - [[#jump][:jump]] - [[#type][:type]] @@ -636,7 +636,7 @@ Want to copy text using vim keys? Pdf-tools displays pdfs using images, but you Once you're done, you can delete the buffer (~kill-this-buffer~) and continue reading where you left off. -** Customizing Command Behavior +** Command Properties Evil provides the following functions for customizing how it deals with commands: - ~evil-set-command-property~: Set one property of a command - ~evil-put-command-property~: Alias for ~evil-set-command-property~