diff --git a/.gitconfig b/.gitconfig index 61ac29a..3643c61 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,6 +27,8 @@ diff = true [column] ui = auto +[advice] + detachedHead = false [core] autocrlf = false @@ -66,7 +68,7 @@ updateRefs = true [interactive] singlekey = true - diffFilter = delta --color-only --features=interactive + ; diffFilter = delta --color-only --features=interactive [submodule] fetchJobs = 4 recurse = true diff --git a/.tmux.conf b/.tmux.conf index 0edf048..4cca883 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -108,7 +108,7 @@ bind -r = resize-pane -U 3 # C-b will always switch to the prefix table, so use g for branches bind -Tfzf-git C-f send-keys C-g f -bind -Tfzf-git C-h send-keys C-g h +bind -Tfzf-git C-g send-keys C-g b bind -Tfzf-git C-h send-keys C-g h bind -Troot C-g switch-client -Tfzf-git