aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/key_commands.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/key_commands.lua b/modules/textadept/key_commands.lua
index 4f69bb7b..599bac82 100644
--- a/modules/textadept/key_commands.lua
+++ b/modules/textadept/key_commands.lua
@@ -215,3 +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 }