From c11d1fbfda44de4787814d31ab7a73f8a3800e9c Mon Sep 17 00:00:00 2001 From: duff Date: Thu, 20 Oct 2005 19:14:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20add=20note=20about=20shift-return?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://macromates.com/svn/Bundles/trunk@1964 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Conventions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Conventions.txt b/Conventions.txt index 205a1aa63..61edd6ab2 100644 --- a/Conventions.txt +++ b/Conventions.txt @@ -13,6 +13,7 @@ These keys are often specialized for a language: F3 -- lookup current word/selection in the documentation ctrl-shift-V -- validate (show syntactical errors) ctrl-shift-W -- wrap selection (e.g. in begin/end tags for HTML) + shift-return -- create a function/method body with previous word as name ctrl-return -- insert a “descriptive” return (e.g. \n in strings,
in HTML) cmd-return -- move to end of line and insert a newline (this is not specialized) cmd-option-return -- move to end of line and insert potential end-of-line symbol (; in many sources, . in prose)