update nvim telescope config
This commit is contained in:
parent
d784acc82a
commit
e94b86c137
5 changed files with 40 additions and 56 deletions
|
|
@ -15,6 +15,8 @@ bind -n M-j select-pane -D
|
|||
bind -n M-k select-pane -U
|
||||
bind -n M-h select-pane -L
|
||||
bind -n M-l select-pane -R
|
||||
bind -n M-n next-window
|
||||
bind -n M-p previous-window
|
||||
bind-key C-n next-window
|
||||
bind-key C-p previous-window
|
||||
set -g set-titles off
|
||||
|
|
@ -32,11 +34,12 @@ bind -r K resize-pane -U 5
|
|||
bind -r L resize-pane -R 5
|
||||
|
||||
# better mnemonics for splitting panes!
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
#bind | split-window -h
|
||||
#bind - split-window -v
|
||||
|
||||
bind v split-window -h
|
||||
bind = select-layout even-horizontal
|
||||
bind | select-layout main-vertical
|
||||
bind-key C-t new-window "ttyd -R -d -t fontSize=18 tmux attach -t `tmux display -p '#S'`"
|
||||
|
||||
# Status Bar
|
||||
|
|
@ -47,6 +50,7 @@ set -g status-interval 1
|
|||
#set -g status-right '#[fg=green]#(~/src/tpom/tpom) #[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
|
||||
set -g status-justify centre # center align window list
|
||||
set -g status-style fg=white,bg=default
|
||||
set -g main-pane-width 68%
|
||||
|
||||
# default window title colors
|
||||
set-window-option -g window-status-style fg=white,bg=default,dim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue