From 2b6eab2236d2311595bd55c0be4cdba17b160f80 Mon Sep 17 00:00:00 2001 From: Jean-Denis Vauguet Date: Tue, 18 Oct 2011 00:35:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b152e8..40fcca6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ In order to use the deletion feature, one must add the mapping by hand ``` js { "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" } + +Here, pressing Ctrl + Shift + t will delete all trailing spaces. ``` ### Change the highlighting color @@ -54,7 +56,7 @@ how to do it. ### Disabling highlighting for large files Highlighting may be disabled for large files. The default threshold is around -1 Mo. This is configurable (in "File Settings - User"); unit is number of chars: +1M chars. This is configurable (in "File Settings - User"); unit is number of chars: ``` js { "trailing_spaces_file_max_size": 1000}