Skip to content

Commit c029c6c

Browse files
author
Ethan Garofolo
committed
Simplify many things and do symlinks instead of cp... it isn't 1995
anymore
1 parent dda0ba2 commit c029c6c

File tree

9 files changed

+608
-1942
lines changed

9 files changed

+608
-1942
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vim/bundle/*

.tmux.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
bind -n C-n clear-history
22
unbind p
33
unbind -n Tab
4-
bind p source-file ~/.tmux/layout_window
4+
bind p source-file ~/layout_window
55

66
bind -n M-Left select-pane -L
77
bind -n M-Right select-pane -R
88
bind -n M-Up select-pane -U
99
bind -n M-Down select-pane -D
1010

11-
set-option display-panes-time 5000
12-
1311
set -g history-limit 50000
1412

1513
set-option -g pane-active-border-bg blue

.vim/bundle/fugitive/doc/fugitive.txt

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)