Skip to content

Instantly share code, notes, and snippets.

@hatappo
Created February 24, 2013 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatappo/5024125 to your computer and use it in GitHub Desktop.
Save hatappo/5024125 to your computer and use it in GitHub Desktop.
textmateのコード補完のキーを変更する設定。次候補:ctrl+space、前候補:ctrl+shift+space。
{
"^ " = "nextCompletion:";
"$^ " = "previousCompletion:";
}
@hatappo
Copy link
Author

hatappo commented Feb 24, 2013

~/Library/Application¥ Support/TextMate/KeyBindings.dict

@hatappo
Copy link
Author

hatappo commented Feb 24, 2013

eclpseに慣れた身としては、補完はどうしてもctrl+space。あとesc(デフォルト)は遠い。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment