add(nvim): improved harpoon and telescope

killed barbar
search buffer with telescope
jump to buffer with harpoon
This commit is contained in:
Léana 江 2023-04-01 12:46:59 +02:00
parent c0bcbda34b
commit 877477eedc
6 changed files with 52 additions and 62 deletions

View file

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