diff options
Diffstat (limited to 'modules/textadept/keys.conf')
-rw-r--r-- | modules/textadept/keys.conf | 95 |
1 files changed, 50 insertions, 45 deletions
diff --git a/modules/textadept/keys.conf b/modules/textadept/keys.conf index c2951fac..a7b7b8fa 100644 --- a/modules/textadept/keys.conf +++ b/modules/textadept/keys.conf @@ -3,7 +3,7 @@ % Define additional key commands in _USERHOME/modules/textadept/keys.lua. % Unassigned keys (~ denotes keys reserved by the operating system): -% c: A B C D E N p qQ T ~ V X Y ) ] } * \n +% c: A B C D N p qQ T ~ V X Y ) ] } * \n % a: aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpP QrRsStTuUvVwWxXyYzZ_ ) ] } *+-/=~~\n\s % ca: aAbBcCdDeE F hHi jJkK LmMnN pPqQ t Uv xXyYzZ_"'()[]{}<>* / @@ -34,7 +34,7 @@ gtk-redo = cy cZ gtk-cut = cx gtk-copy = cc gtk-paste = cv -Duplicate = cd +Duplicate Line = cd gtk-delete = gtk-select-all = ca Match Brace = cm @@ -49,29 +49,28 @@ Transpose Characters = ct Join Lines = cJ Convert Indentation = % Selection -% Enclose In... -HTML Tags = a< -HTML Single Tag = a> -Double Quotes = a" -Single Quotes = a' -Parentheses = a( -Brackets = a[ -Braces = a{ +Enclose as XML Tags = a< +Enclose as Single XML Tag = a> +Enclose in Double Quotes = a" +Enclose in Single Quotes = a' +Enclose in Parentheses = a( +Enclose in Brackets = a[ +Enclose in Braces = a{ Grow Selection = c+ Shrink Selection = c_ -% Select In... -Between Tags = c< -HTML Tag = c> -Double Quote = c" -Single Quote = c' -Parenthesis = c( -Bracket = c[ -Brace = c{ -Word = -Line = cL -Paragraph = cP -Indented Block = cI -Style = +% Select +Select between XML Tags = c< +Select in XML Tag = c> +Select in Double Quotes = c" +Select in Single Quotes = c' +Select in Parentheses = c( +Select in Brackets = c[ +Select in Braces = c{ +Select Word = +Select Line = cL +Select Paragraph = cP +Select Indented Block = cI +Select Style = % Search gtk-find = cf @@ -87,24 +86,25 @@ gtk-jump-to = cj % Tools Command Entry = ce +Select Command = cE Run = car Compile = caR Filter Through = c| % Snippets -Expand = \t -Insert... = ck -Previous Placeholder = s\t -Cancel = cK +Insert Snippet... = ck +Expand Snippet/Next Placeholder = \t +Previous Snippet Placeholder = s\t +Cancel Snippet = cK % Bookmark -Toggle on Current Line = cf2 -Clear All = csf2 -Next = f2 -Previous = sf2 +Toggle Bookmark = cf2 +Clear Bookmarks = csf2 +Next Bookmark = f2 +Previous Bookmark = sf2 Goto Bookmark... = af2 % Snapopen -User Home = cu -Textadept Home = cau -Current Directory = caO +Snapopen User Home = cu +Snapopen Textadept Home = cau +Snapopen Current Directory = caO Show Style = ci % Buffer @@ -117,26 +117,31 @@ Toggle Show Indent Guides = caI Toggle Use Tabs = caT Toggle View Whitespace = ca\s Toggle Virtual Space = caV +% Indentation +Tab width: 2 = +Tab width: 3 = +Tab width: 4 = +Tab width: 8 = % EOL Mode CRLF = CR = LF = % Encoding -UTF-8 = -ASCII = -ISO-8859-1 = -MacRoman = -UTF-16 = +UTF-8 Encoding = +ASCII Encoding = +ISO-8859-1 Encoding = +MacRoman Encoding = +UTF-16 Encoding = Select Lexer... = cal Refresh Syntax Highlighting = f5 % View Next View = ca\t Previous View = cas\t -Split Vertical = caS -Split Horizontal = cas -Unsplit = caw -Unsplit All = caW +Split View Vertical = caS +Split View Horizontal = cas +Unsplit View = caw +Unsplit All Views = caW Grow View = ca+ ca= Shrink View = ca- Zoom In = c= @@ -144,6 +149,6 @@ Zoom Out = c- Reset Zoom = c0 % Help -Manual = f1 -LuaDoc = sf1 +Show Manual = f1 +Show LuaDoc = sf1 gtk-about = |