<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>vim on Senior Software Engineer Learns Functional Programming</title><link>http://llcawthorne.github.io/tags/vim/</link><description>Recent content in vim on Senior Software Engineer Learns Functional Programming</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 26 May 2017 00:00:00 +0000</lastBuildDate><atom:link href="http://llcawthorne.github.io/tags/vim/index.xml" rel="self" type="application/rss+xml"/><item><title>Practical Vim, 2nd Edition - Second Half</title><link>http://llcawthorne.github.io/posts/practical-vim-2/</link><pubDate>Fri, 26 May 2017 00:00:00 +0000</pubDate><guid>http://llcawthorne.github.io/posts/practical-vim-2/</guid><description>&lt;p&gt;So, I promised I&amp;rsquo;ld mention what goodies I find in the second half of
Practical Vim, 2nd Edition. Here they are.&lt;/p&gt;
&lt;h2 id="chapter-10-copy-and-paste"&gt;Chapter 10, Copy and Paste&lt;/h2&gt;
&lt;p&gt;First, the repetition of the insert mode &lt;code&gt;&amp;lt;C-r&amp;gt;{register}&lt;/code&gt; command later
in the book was something I found useful. I think that&amp;rsquo;s a pretty handy
way to paste the contents of a register.
I never knew that &lt;code&gt;&amp;quot;+&lt;/code&gt; let&amp;rsquo;s you access the system clipboard
either. If you put the two together, you can quickly paste from the system
clipboard without leaving insert mode with &lt;code&gt;&amp;lt;C-r&amp;gt;+&lt;/code&gt;. The fact that yank
stores a copy of what it copies in the &lt;code&gt;0&lt;/code&gt; register is pretty handy too.
Nice to have an alternate way to access the last yank if I&amp;rsquo;ve clobbered it.&lt;/p&gt;</description></item><item><title>Practical Vim, 2nd Edition - First Half</title><link>http://llcawthorne.github.io/posts/practical-vim-1/</link><pubDate>Mon, 22 May 2017 00:00:00 +0000</pubDate><guid>http://llcawthorne.github.io/posts/practical-vim-1/</guid><description>&lt;p&gt;Practical Vim is an excellent resource for tips and trick for using vim.
It focuses on core vim features, and doesn&amp;rsquo;t spend any room talking about
plugins. Aside from a few hints to how .vimrc settings might affect certain
commands, it doesn&amp;rsquo;t spend any time telling you what to put in your .vimrc.
It does have an appendix about vimrc settings, in case you need some new ones.
The book is laid out as a series of 123 mostly standalone tips, although
they do follow a procession of least to most difficult within their
respective section. The tips are split between 20 sections. The book
doesn&amp;rsquo;t attempt to go into Vimscript. Overall, I found it a useful collection
of mostly non-obvious tips for using vim, and I feel like it has made me
more capable in using my editor of choice.&lt;/p&gt;</description></item></channel></rss>