Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:vcs_editor [2011/06/04 23:42] – Add Mercurial and add more tags. codebrainzhowtos:vcs_editor [2011/06/04 23:58] – Add Bazaar and tags for it. codebrainz
Line 3: Line 3:
  
 ==== Git ==== ==== Git ====
-<code>git config --global core.editor "geany -i"</code>+<code>git config --global core.editor "geany -imnst"</code>
  
 ==== Subversion ==== ==== Subversion ====
-<code>echo 'export SVN_EDITOR="geany -i"' >> ~/.bashrc</code>+<code>echo 'export SVN_EDITOR="geany -imnst"' >> ~/.bashrc</code>
  
 ==== Mercurial ==== ==== Mercurial ====
-<code>echo 'export HGEDITOR="geany -i"' >> ~/.bashrc</code>+<code>echo 'export HGEDITOR="geany -imnst"' >> ~/.bashrc</code>
  
-{{tag>howto vcs git svn subversion mercurial hg}}+==== Bazaar ==== 
 +<code>echo 'export BZR_EDITOR="geany -imnst"' >> ~/.bashrc</code> 
 + 
 +{{tag>howto vcs git svn subversion mercurial hg bazaar bzr}}
Print/export