> ~/.zshrc, echo "export EDITOR='subl -w'" >> ~/.zshrc. I have found the following to git config to work well for me. launch sublime text 3 from git (windows 10), How to remove local (untracked) files from the current Git working tree. You can also see the configuration details in here. if you're running your terminal elevated and sublime is also elevated it works smoothly. Thanks for the guide! My advisor cited her colleague's papers in her own methodology even though she did not use those methods. The latest Build 2181 just added support for the -w (wait) command line argument. ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl, The lastest versions of Sublime Text do not have the version number, so you should modify this line to, echo "export EDITOR='subl -w'">> ~/.bash_profile, (assuming you want the shell to wait while you edit). Was Bill Gates' mugshot photo used in 2010 as a template for Outlook contacts? This desktop file works great on my system except that the "New Window" or "New File" right click actions cause the mouse cursor to go into a busy-spin mode.
thanks for the follow-up. I end up with elevated shells because my development environment requires admin-mode for other tools (Visual Studio), thus I run my entire shell elevated. Cross validation confusion on the concept. I edit my commit message, save the tab (Ctrl+S) and close it (Ctrl+W).
Thanks for the tip.
For MAC Users I can say for Sublime use the following: First Check the .gitconfig file using command: For Windows 7 I have found the following solution works: On Windows, if you are installing git, you can select other editor and give the following command line. Swapping out our Syntax Highlighter, Scheduling lessons for 10th anniversary celebration classroom, Sublime Text not showing in Nautilus “open with” menu, Sublime text as default editor for all text files. btw, its sublime-text not sublime_text, installed from official repo; 14.04, I can not get this to work in Ubuntu 13.10 with Sublime Text 3, not with. Making statements based on opinion; back them up with references or personal experience.
and tried that with various arguments like -m. When I open my .gitconfig, this is what is in there: the README file opens in Notepad, not Sublime Text. Select "Show other applications." If using zsh add line to ~/.zshrc file: echo 'export PATH=$PATH:$HOME/bin' >> ~/.zshrc, echo "export EDITOR='subl -w'" >> ~/.zshrc. I have found the following to git config to work well for me. launch sublime text 3 from git (windows 10), How to remove local (untracked) files from the current Git working tree. You can also see the configuration details in here. if you're running your terminal elevated and sublime is also elevated it works smoothly. Thanks for the guide! My advisor cited her colleague's papers in her own methodology even though she did not use those methods. The latest Build 2181 just added support for the -w (wait) command line argument. ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl, The lastest versions of Sublime Text do not have the version number, so you should modify this line to, echo "export EDITOR='subl -w'">> ~/.bash_profile, (assuming you want the shell to wait while you edit). Was Bill Gates' mugshot photo used in 2010 as a template for Outlook contacts? This desktop file works great on my system except that the "New Window" or "New File" right click actions cause the mouse cursor to go into a busy-spin mode.
Create a subl.bat file and save it in the directory: C:\Program Files\Sublime Text 2. How to make Git “forget” about a file that was tracked but is now in .gitignore?