This commit is contained in:
Paul Trowbridge 2023-03-24 20:58:18 -04:00
parent 95bcbd543b
commit 16cb1b0983
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp
.bashrc_local

View File

@ -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

View File

@ -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'