Getting a List of Files in a Directory

How to display a single column list of all the files in a directory.

May 8, 2015 · 1 min · lukefilewalker
cli

Inserting Command Line Results Directly Into Vim

Inserting the output of a shell command directly into your current vim buffer.

March 24, 2015 · 1 min · lukefilewalker
editors

Paging Through Large Result Sets in the MySQL CLI

How to page through large result sets when working with the MySQL command line tool.

March 23, 2015 · 1 min · lukefilewalker
databases

Remove Trailing Whitespace in Vim

How to remove trailing whitespace in a file with vim.

January 30, 2015 · 1 min · lukefilewalker
editors

Find and Replace in Vim

How to copy and paste to and from the clipboard while working in the CLI.

January 30, 2015 · 1 min · lukefilewalker
editors