diff --git a/.gitignore b/.gitignore index 1377554..1b0812c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +.bashrc_local diff --git a/.psqlrc b/.psqlrc index 12d875d..6fe6233 100644 --- a/.psqlrc +++ b/.psqlrc @@ -1,3 +1,4 @@ -- Switch pagers with :x and :xx commands \set x '\\setenv PAGER ''less -S''' \set xx '\\setenv PAGER \'pspg -bX --no-mouse\'' +\timing diff --git a/.tmux.conf b/.tmux.conf index ed27168..aa216f6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,8 @@ bind -r j select-pane -D # move down bind -r k select-pane -U # move up bind -r l select-pane -R # move right set -g mouse on +bind -n C-PgDn next-window +bind -n C-PgUp previous-window #plugin manager for install tmux-resurrect set -g @plugin 'tmux-plugins/tpm'