mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nvim): improved harpoon and telescope
killed barbar search buffer with telescope jump to buffer with harpoon
This commit is contained in:
parent
c0bcbda34b
commit
877477eedc
6 changed files with 52 additions and 62 deletions
12
.tmux.conf
12
.tmux.conf
|
|
@ -10,10 +10,14 @@ set -g window-status-current-style bg=white,fg=black
|
|||
set -g window-status-style bg=black,fg=white
|
||||
|
||||
# remap prefix
|
||||
set -g prefix C-t
|
||||
bind C-t send-prefix
|
||||
set -g prefix C-m
|
||||
bind C-m send-prefix
|
||||
unbind C-b
|
||||
|
||||
# jump to next window
|
||||
bind -n C-n next-window
|
||||
# organic jumping
|
||||
bind -n C-h select-window -t 0
|
||||
bind -n C-t select-window -t 1
|
||||
bind -n C-n select-window -t 2
|
||||
bind -n C-s select-window -t 3
|
||||
|
||||
set-option -g status-left '#{?window_name,#I:#W} #{T}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue