Skip to content

Commit c857595

Browse files
author
David Thiel
committed
Tidy
1 parent 2a52927 commit c857595

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

_posts/2013-05-17-console-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: post
33
title: More useful console apps
44
---
55

6-
On my software (http://grumplicio.us/software.html) page, I mention a few
6+
On my software (<http://grumplicio.us/software.html>) page, I mention a few
77
console applications that I use regularly, like tmux, mutt, w3m, cmus, and
88
calcurse. I've recently discovered a couple more applications that are worth
99
knowing about if you prefer to do most of your work in a terminal-based
1010
environment.
1111

1212
Taskwarrior
1313

14-
http://taskwarrior.org/projects/show/taskwarrior
14+
<http://taskwarrior.org/projects/show/taskwarrior>
1515

1616
On the face of it, this project appears to be absurd: "It's a list of TODOs. I
1717
already have a list of TODOs", you might say. However, after giving it a shot,
@@ -43,7 +43,7 @@ sure that will come before too long.
4343

4444
Newsbeuter
4545

46-
http://newsbeuter.org
46+
<http://newsbeuter.org>
4747

4848
On OS X, there's not really a decent non-commercial RSS reader available,
4949
unless you want to run Thunderbird all the time. I'd been using Liferea under

_posts/2013-09-09-console-tiling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ looks freaking horrible compared to all the other applications. As such, I've
1111
tried a couple different solutions to replicate dwm+urxvt functionality within
1212
iTerm2.
1313

14-
1) Native iTerm2 panes. http://www.iterm2.com
14+
1. Native iTerm2 panes. <http://www.iterm2.com>
1515

1616
Using iTerm's builtin panes, you can do horizontal or vertical splits and
1717
switch between them. I configured iTerm to use cmd-j and cmd-k to navigate
@@ -21,7 +21,7 @@ management. Splits all have to be manually configured, are a pain in the ass to
2121
rearrange, and you can't temporarily full-screen a pane. Wasn't scratching my
2222
dwm itch.
2323

24-
2) tmux. http://tmux.sourceforge.net/
24+
2. tmux. <http://tmux.sourceforge.net/>
2525

2626
I use tmux on my shell server, and I'm pretty used to it. However, the split
2727
functionality has the same kind of shortcomings, where rearranging and resizing
@@ -32,7 +32,7 @@ otherwise, it's more of a multiplexer than a window manager. Also, I use tmux
3232
on a remote host to attach to a long-running session, and nesting two tmux
3333
instances is even more painful.
3434

35-
3) dvtm. http://www.brain-dump.org/projects/dvtm/
35+
3. dvtm. <http://www.brain-dump.org/projects/dvtm/>
3636

3737
dvtm is essentially dwm for the terminal --- it does dynamic window management,
3838
rearranging windows for you in a stack instead of you having to decide where to
@@ -45,7 +45,7 @@ tmux, and would have to keep them both straight). So, it's *almost* great, but
4545
a toss-up between this and using native panes when it comes to convenience.
4646
Then, I discovered:
4747

48-
http://tangledhelix.com/blog/2012/04/28/iterm2-keymaps-for-tmux/
48+
<http://tangledhelix.com/blog/2012/04/28/iterm2-keymaps-for-tmux/>
4949

5050
Ding! Brilliant. Now I can configure my keybindings in iTerm so that the keys I
5151
use in dwm will perform the exact same actions in dvtm. I kept the stock escape
@@ -58,7 +58,7 @@ are some artifact issues, but I think it's worth it.
5858

5959
I've put my iTerm2 config here:
6060

61-
https://github.com/lxcode/dotfiles/blob/master/iterm2.plist
61+
<https://github.com/lxcode/dotfiles/blob/master/iterm2.plist>
6262

6363
Ideally, I'd like to see iTerm integrate dynamic tiling, but for the moment,
6464
this is about as close as you can come.

0 commit comments

Comments
 (0)