updates
This commit is contained in:
parent
95bcbd543b
commit
16cb1b0983
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*.swp
|
*.swp
|
||||||
|
.bashrc_local
|
||||||
|
1
.psqlrc
1
.psqlrc
@ -1,3 +1,4 @@
|
|||||||
-- Switch pagers with :x and :xx commands
|
-- Switch pagers with :x and :xx commands
|
||||||
\set x '\\setenv PAGER ''less -S'''
|
\set x '\\setenv PAGER ''less -S'''
|
||||||
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
\set xx '\\setenv PAGER \'pspg -bX --no-mouse\''
|
||||||
|
\timing
|
||||||
|
@ -5,6 +5,8 @@ bind -r j select-pane -D # move down
|
|||||||
bind -r k select-pane -U # move up
|
bind -r k select-pane -U # move up
|
||||||
bind -r l select-pane -R # move right
|
bind -r l select-pane -R # move right
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
bind -n C-PgDn next-window
|
||||||
|
bind -n C-PgUp previous-window
|
||||||
|
|
||||||
#plugin manager for install tmux-resurrect
|
#plugin manager for install tmux-resurrect
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
Loading…
Reference in New Issue
Block a user