`
haoningabc
  • 浏览: 1448707 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

textmate使用

    博客分类:
  • mac
阅读更多
文本编辑起中的战斗机,不用可惜了

详细参考http://manual.macromates.com/en/
靠,textmate真好用啊,买个正版也值了
option-command-L 显示行号
文件夹拖到图表上打开,newproject拖拽
shift-command-F 全目录搜索文本
command-T 全目录搜索文件
shift-command-T
option-command-上箭头,查找相同文件名的不同文件
fn-command-F2 书签
fn-F1折叠
contol-R 在文本上执行选中文本命令,类似vim的:r!ls
拷贝过的东西都可以使用control-alt-command-v列出来
shift-command-v为最开始的一个
contol-esc 智能提示

--------------

Command-Option-Escape 结束程序
option+shift+k=
option+shift+b(打出符号)
command+shift+3(全屏截图)
command+shift+4(自由截图
--------------
FTP-SSH bundle远程编辑文件
https://github.com/jordanandree/FTP-SSH.tmbundle/
下载jordanandree-FTP-SSH.tmbundle-11caff5.tar.gz
解压后把文件夹重命名为FTP-SSH.tmbundle
放到/Users/apple/Library/Application Support/TextMate/Pristine Copy/Bundles下面
重启textmate就可以在bundles下面找到ftp-ssh了
http://fuerstnet.de/ftp-ssh-bundle-textmate
最上面建个文件就好了
.ftpssh_settings
apple:red54apple apple$ pwd
/Users/apple/red54apple
apple:red54apple apple$ cat .ftpssh_settings 
; Preferences for the FTP/SSH Bundle for TextMate
; See http://internalaffairs.fuerstnet.de/ftp-ssh-bundle-textmate
; (c) 2007 Bernhard Fürst <bernhard@fuersten.info>
; Warning: Content of this file will be overwritten when using the
; "Remote Connection Settings..." command of FTP/SSH Bundle
host="192.168.76.128"
password="haoning"
path="/usr/local/resin/webapps/"
protocol="ssh"
user="root"
apple:red54apple apple$ ls -a
.			.DS_Store		mongolog
..			.ftpssh_settings	mongolog.tmproj
apple:red54apple apple$ 

服务器上
[root@red54apple webapps]# pwd
/usr/local/resin/webapps
[root@red54apple webapps]# ls
mongolog  resin-doc  resin-doc.war  ROOT
[root@red54apple webapps]#



vim插件
https://github.com/philc/textmatevim

其他插件
http://wiki.macromates.com/Main/Plugins

http://www.kele5240.com/3347.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics