<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles.git/_vimrc, branch master</title>
<subtitle>Personal and Collected Dotfiles
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/'/>
<entry>
<title>Move _vimrc to _vim/vimrc</title>
<updated>2018-11-15T15:43:19+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-15T15:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=624a7aaa7777ffe5298181c3521484c287ab6ca9'/>
<id>624a7aaa7777ffe5298181c3521484c287ab6ca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: More tweaks</title>
<updated>2018-11-10T16:52:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-10T16:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=69e4261cb33c74b81cbfc2d7320c8c276cf7cb8d'/>
<id>69e4261cb33c74b81cbfc2d7320c8c276cf7cb8d</id>
<content type='text'>
* Improve statusline:
  - Add virtual column number
  - Reorder file type and encoding
  - Shorten the paste mode indicator
* Highlight current line
* Disable cursor blinking
* No need to set ruler
* Tweak formatoptions and textwidth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve statusline:
  - Add virtual column number
  - Reorder file type and encoding
  - Shorten the paste mode indicator
* Highlight current line
* Disable cursor blinking
* No need to set ruler
* Tweak formatoptions and textwidth
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: Various tweaks</title>
<updated>2018-11-10T03:27:24+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-10T03:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=5f102ae7873112f3abc8070382ef95058035f025'/>
<id>5f102ae7873112f3abc8070382ef95058035f025</id>
<content type='text'>
* Overwrite previously defined command, allowing to reload the vimrc
  without restarting vim.
* Change statusline style.
* Enable mouse in terminal mode.
* Disable scrollbars for GUI mode.
* Set spelllang.
* Use full names for options.
* Clean up obvious/unnecessary comments.
* Some misc cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Overwrite previously defined command, allowing to reload the vimrc
  without restarting vim.
* Change statusline style.
* Enable mouse in terminal mode.
* Disable scrollbars for GUI mode.
* Set spelllang.
* Use full names for options.
* Clean up obvious/unnecessary comments.
* Some misc cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: Enable true color; change colorscheme; tweak GUI</title>
<updated>2018-11-09T15:35:44+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-09T15:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=4ff40b0b0dc22cafd5147b9b7cd7e649a0f072b6'/>
<id>4ff40b0b0dc22cafd5147b9b7cd7e649a0f072b6</id>
<content type='text'>
* Enable true color.  Set terminal sequences to to fix the true color
  support in tmux.
* Change colorscheme to flattened_light (solarized).
* Set GUI font and size.
* Disable GUI menu bar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enable true color.  Set terminal sequences to to fix the true color
  support in tmux.
* Change colorscheme to flattened_light (solarized).
* Set GUI font and size.
* Disable GUI menu bar.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: Map &lt;F1&gt; to &lt;Esc&gt;</title>
<updated>2018-11-09T15:34:47+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-09T15:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=be8a0787ac347c55abb408d7217bf381fade71de'/>
<id>be8a0787ac347c55abb408d7217bf381fade71de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: Clean up and minor tweaks</title>
<updated>2018-11-09T15:06:57+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-09T15:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=598ae5f91451ce3947d85e49c3ae6fb1526b51dd'/>
<id>598ae5f91451ce3947d85e49c3ae6fb1526b51dd</id>
<content type='text'>
* Clean up some unnecessary bits.
* Tweak style a bit to be more consistent.
* Change tab width to be 8.
* Do not change the map of '0'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Clean up some unnecessary bits.
* Tweak style a bit to be more consistent.
* Change tab width to be 8.
* Do not change the map of '0'.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: Import simple single-file vimrc from amix/vimrc</title>
<updated>2018-11-09T14:53:50+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-09T14:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=d8a5422e9f2b22ef917dcfe54f4ef38ed3246a79'/>
<id>d8a5422e9f2b22ef917dcfe54f4ef38ed3246a79</id>
<content type='text'>
Stripped trailing whitespaces.

Credit: https://github.com/amix/vimrc
Source: https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stripped trailing whitespaces.

Credit: https://github.com/amix/vimrc
Source: https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim
</pre>
</div>
</content>
</entry>
</feed>
