textmate使用
程序员文章站
2022-06-07 15:16:23
...
文本编辑起中的战斗机,不用可惜了
详细参考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
服务器上
[code="java"]# pwd
/usr/local/resin/webapps
# ls
mongolog resin-doc resin-doc.war ROOT
#[/code]
vim插件
https://github.com/philc/textmatevim
其他插件
http://wiki.macromates.com/Main/Plugins
http://www.kele5240.com/3347.html
详细参考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 <[email protected]>
; 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$
服务器上
[code="java"]# pwd
/usr/local/resin/webapps
# ls
mongolog resin-doc resin-doc.war ROOT
#[/code]
vim插件
https://github.com/philc/textmatevim
其他插件
http://wiki.macromates.com/Main/Plugins
http://www.kele5240.com/3347.html
上一篇: 重载运算符---复数类
下一篇: wpf-截取屏幕上指定区域