My dotfiles
-
Install gnu stow.
-
Clone the repository on $HOME
git clone git@github.com:TomFern/dotfiles.git
- Install links
cd ~/dotfiles
stow .
Posted on December 26, 2019
A text editor is so much more than mere software.
I still remember the first time I came in contact with Vim; it was during my very first job. It was a part-time gig in a government office. A few months in, they decided to go 100% open-source. Out the window went Windows and in came Linux. At the time, I was doing PHP development, and I was sorry to have to let go of my dear Dreamweaver.
I decided that if I had to work on Linux, I would go all the way, no compromises for me. That meant getting used to working on the console and learning Vim.
When one of the resident Linux gurus walked by my seat and saw my screen, he said, “Are you using Vi? Maybe you’re not so useless after all.” (Funny story, I came across him on facebook the other day. Now that he’s bald, he doesn’t look intimidating at all).
Lately, I’ve been writing a lot. I found that armed with the right plugins, Vim is a great tool writing:
]s
, [s
and quickly find synonyms with <leader> t
(
and )
, I can cut a sentence with dis
. Depends on vim-textobj-user.For my labors, I gained something invaluable: I found Org mode. For me, Org-mode is the most intuitive and straightforward way of interacting with text. This filetype plugin only implements a subset of all its features, but even so, it’s good enough for my purposes.
While not Vim-related, I also find these tools irreplaceable in my workflow:
!TitleCase.pl
filter.My complete Vim config can be found in my dotfiles.
Install gnu stow.
Clone the repository on $HOME
git clone git@github.com:TomFern/dotfiles.git
cd ~/dotfiles
stow .
Happy writing!
Tomas
Posted on December 26, 2019
Sign up to receive the latest update from our blog.