How to improve the way I use Textmate for Ruby on Rails, HTML, CSS and Javascript?

前端 未结 9 2195
轻奢々
轻奢々 2021-01-30 00:08

I use the latest version of textmate for all my Rails development needs and I feel that I\'m under-using the possibilities or this software. I only installed the Ruby on Rails b

9条回答
  •  无人及你
    2021-01-30 00:50

    Ctrl-Cmd-T allows you to search for commands, so every time I want to do something new (like a validation macro) I hit Ctrl-Cmd-T, type vpo and it finds the correct macro for validate_presence_of, and even tells me to just type v-p-TAB next time. It's quite the education.

    Also, I managed to use text mate for a year without realising that Esc auto completed. Don't miss that one.

    Ctrl+Opt+Cmd+V to see your clipboard history is also a life saver.

提交回复
热议问题