From 0ad4c95a682fad0df04a319b87352ea97e18733c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 4 Jul 2017 21:06:29 -0400 Subject: Remove tmux tmux configuration was starting to bother me, and it got worse with Sierra. Turns out that neovim terminal emulation is much more natural to work with and requires less configuration, though I still disapprove of the feature being included in an editor! For detaching and attaching sessions, abduco is a simple tool that seems to work decently, but given that I will likely only be running neovim in the sessions, I might come up with something even simpler. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 89f86d3f..497bc232 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -common='gdb git gnupg htop the_silver_searcher tmux tree' +common='gdb git gnupg htop the_silver_searcher tree' macos() { homebrew=https://raw.githubusercontent.com/Homebrew/install/master/install -- cgit 1.4.1