Add lfs filter

This commit is contained in:
Oliver Davies 2020-01-15 00:56:41 +00:00
parent 8c102063ab
commit 14944df8a5
2 changed files with 6 additions and 4 deletions
tag-tmux

View file

@ -11,9 +11,6 @@ bind-key -n C-l select-pane -R
set-option -g status-keys "emacs"
set-option -g default-terminal "screen-256color"
set -g status-fg "#aaaaaa"
set -g status-bg "#666666"
bind-key - split-window -v -c '#{pane_current_path}'
bind-key \\ split-window -h -c '#{pane_current_path}'
@ -38,7 +35,6 @@ set -g renumber-windows on
# Break a pane into a new window.
bind-key b break-pane -d
# Use vim keybindings in copy mode
setw -g mode-keys vi