mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): better null registry cutting
This commit is contained in:
parent
98b959b0ff
commit
bf09b7fa7b
4 changed files with 16 additions and 6 deletions
|
|
@ -20,6 +20,10 @@ bind -n C-t select-window -t 1
|
|||
bind -n C-n select-window -t 2
|
||||
bind -n C-s select-window -t 3
|
||||
|
||||
# improve window swapping
|
||||
# bind -n C-o swap-window -t -1
|
||||
# bind -n C-u swap-window -t +1
|
||||
|
||||
# status bar
|
||||
set-option -g status-left '#{?window_name,#I:#W} #{T}'
|
||||
|
||||
|
|
@ -28,3 +32,4 @@ set -s escape-time 0
|
|||
|
||||
# reorder window number
|
||||
set-option -g renumber-windows on
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue