aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/ansi_c
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-10 15:43:52 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-10 15:43:52 -0400
commit31a221be73515d3f31e547d52774d66de166ae1d (patch)
treec913d9e3f77c86cb4a7cdf20aab2f027a4ef2c9d /modules/ansi_c
parentf4f34823ee07fd680ee5032277f51d39cbf85b1a (diff)
Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.
Diffstat (limited to 'modules/ansi_c')
-rw-r--r--modules/ansi_c/init.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua
index ef8f6e56..47d39022 100644
--- a/modules/ansi_c/init.lua
+++ b/modules/ansi_c/init.lua
@@ -9,8 +9,6 @@ local M = {}
--
-- ## Key Bindings
--
--- + `Ctrl+L, M` (`⌘L, M` on Mac OSX | `M-L, M` in curses)
--- Open this module for editing.
-- + `Shift+Enter` (`⇧↩` | `S-Enter`)
-- Add ';' to the end of the current line and insert a newline.
module('_M.ansi_c')]]
@@ -86,9 +84,6 @@ textadept.editing.api_files.ansi_c = {
-- @class table
-- @name _G.keys.ansi_c
keys.ansi_c = {
- [keys.LANGUAGE_MODULE_PREFIX] = {
- m = {io.open_file, _HOME..'/modules/ansi_c/init.lua'},
- },
['s\n'] = function()
buffer:line_end()
buffer:add_text(';')