Add lfs filter
This commit is contained in:
parent
8c102063ab
commit
14944df8a5
|
@ -107,3 +107,9 @@
|
|||
[merge]
|
||||
defaultToUpstream = true
|
||||
ff = false
|
||||
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue