aboutsummaryrefslogtreecommitdiff
path: root/core/ext/key_commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r--core/ext/key_commands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua
index 83d88f47..3af58a59 100644
--- a/core/ext/key_commands.lua
+++ b/core/ext/key_commands.lua
@@ -215,4 +215,4 @@ keys.ct.f = { function()
local buffer = buffer
buffer:toggle_fold( buffer:line_from_position(buffer.current_pos) )
end }
-keys.f5 = { 'colourise', b, 1, -1 }
+keys.f5 = { 'colourise', b, 0, -1 }