Skip to content

Commit

Permalink
add fa git alias and increase tmux history limit
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Feb 18, 2021
1 parent f49f901 commit 8005069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
cp = checkout -p
d = diff
dc = diff --cached
fa = fetch --all
fo = fetch origin
group = shortlog -s -n
l = log --decorate
Expand Down
2 changes: 2 additions & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ bind-key X \
# No delay for escape key press
set -sg escape-time 0

set-option -g history-limit 50000

# Control-a go to last window
bind-key C-a last-window

Expand Down

0 comments on commit 8005069

Please sign in to comment.