Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6c77d0

Browse files
author
David Thiel
committed
Headings
1 parent e009f11 commit a6c77d0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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+
Native iTerm2 panes.
15+
--------------------
16+
<http://www.iterm2.com>
1517

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

24-
2. tmux. <http://tmux.sourceforge.net/>
26+
tmux.
27+
-----
28+
<http://tmux.sourceforge.net/>
2529

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

35-
3. dvtm. <http://www.brain-dump.org/projects/dvtm/>
39+
dvtm.
40+
-----
41+
<http://www.brain-dump.org/projects/dvtm/>
3642

3743
dvtm is essentially dwm for the terminal --- it does dynamic window management,
3844
rearranging windows for you in a stack instead of you having to decide where to
@@ -53,7 +59,7 @@ sequence of ctrl-g to avoid clobbering tmux commands, and configured iTerm to
5359
send 0x07 0xwhatever for cmd-j/k/l/h/i/x/t/g/b/enter. Now I navigate simply and
5460
quickly with the command key instead of two-step escaped commands, and can run
5561
a remote tmux session with no problem --- I never have to hit ctrl-g at all.
56-
And I get to look at pretty Retina fonts. Scrolling is pretty slow, and there
62+
And I get to look at pretty Retina fonts. Scrolling is pretty slow, and there
5763
are some artifact issues, but I think it's worth it.
5864

5965
I've put my iTerm2 config here:

0 commit comments

Comments
 (0)