From 31a221be73515d3f31e547d52774d66de166ae1d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Mar 2015 15:43:52 -0400 Subject: Removed `keys.LANGUAGE_MODULE_PREFIX` key binding. --- modules/lua/init.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/lua/init.lua') diff --git a/modules/lua/init.lua b/modules/lua/init.lua index b48d0abb..49ccda17 100644 --- a/modules/lua/init.lua +++ b/modules/lua/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`) -- Autocomplete an `if`, `while`, `for`, etc. control structure with the `end` -- keyword. @@ -138,9 +136,6 @@ end) -- @class table -- @name _G.keys.lua keys.lua = { - [keys.LANGUAGE_MODULE_PREFIX] = { - m = {io.open_file, _HOME..'/modules/lua/init.lua'}, - }, ['s\n'] = M.try_to_autocomplete_end, } -- cgit v1.2.3