Git使用的是Vim来作用默认的编辑器,但一直都用不好这个编辑器,所以打算把他换成sublime_text 使用windows默认的记事本 git config --global core.editor notepad 使用sublime_text比较麻烦一点 ...
gedit: the paramater s means set the gedit mode to standalone Sublime Text git config global core.editor subl w the paramater w means return until the file was closed. ...
2012-02-27 15:35 0 5532 推荐指数:
Git使用的是Vim来作用默认的编辑器,但一直都用不好这个编辑器,所以打算把他换成sublime_text 使用windows默认的记事本 git config --global core.editor notepad 使用sublime_text比较麻烦一点 ...
1、git commit -a 默认打开notepad++编辑器配置 打开gitbash,输入命令行:git config --global core.editor "'D:/Program Files/Notepad++/notepad++.exe' -multiInst ...
框里面选择浏览,接着找到我安装的 sublime_text.exe ,然后点击打开按钮 ...
Sublime Text 3 破解版, Sublime Text 3.2.1 for Mac/Win/Linux 专业代码编辑器 下载http://www.sublimetext.com/3 Sublime Text 3 破解版, Sublime Text 3.2.1 for Mac/Win ...
1、git commit此时是进入GUN nano编辑器。在这里可以添加你的commit imformation 然后ctrl+o,回车保存,再ctrl+x退出。因为对Nano编辑器很不熟悉,在这里我想将默认编辑器改为vim。打开.git/config文件,在core中添加 editor=vim ...
vim,notepad(windows自带),notepad++ 当然要选notepad++ 1.首先下载notepad++ 2.将notepad++安装目录放到path中 3.git config --global core.editor notepad++ 4.git commit ...
其实很简单,只要做软链即可。 sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl 如果是2的话 sudo ln -s ...
之前一直使用vi的,但是总觉的vi差了一点什么,不够现代化,老古董了。没办法,只是因为vi在linux下面是预装的,有些时候必须使用vi。不过除了这种情况之外,vi的可配置性比较高,但是在使用了一段时间之后,我发现了sublime-text-2。我决定使用它代替vi。并不是说他比vi好 ...