added config to renumber tmux panes automatically

This commit is contained in:
Nick Nisi
2013-04-21 20:36:44 -05:00
parent 19ee3adfec
commit 8023146a9b
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
[user]
name = Nick Nisi
email = nick@nisi.org
[github]
user = nicknisi
[alias]
ci = commit -a
co = checkout
@@ -40,6 +42,8 @@
undo = reset --soft HEAD~1
amend = commit --amend -C HEAD
cleanup = "!git remote prune origin && git gc && git clean -df && git stash clear"
# grep commands
# 'diff grep'
@@ -94,4 +98,4 @@
pager = less -FXRS -x2
editor = vim
[rerere]
enabled = false
enabled = true