treesitter config
This commit is contained in:
parent
1b9408c46e
commit
d8a623b5b8
16 changed files with 214 additions and 92 deletions
|
|
@ -20,6 +20,7 @@ bind-key C-p previous-window
|
|||
set -g set-titles off
|
||||
set -g mouse on
|
||||
set -g default-terminal tmux-256color
|
||||
set-option -g default-shell /bin/fish
|
||||
setw -g mode-keys vi
|
||||
new -d
|
||||
|
||||
|
|
@ -36,6 +37,7 @@ bind - split-window -v
|
|||
|
||||
bind v split-window -h
|
||||
bind = select-layout even-horizontal
|
||||
bind-key C-t new-window "ttyd -R -d -t fontSize=18 tmux attach -t `tmux display -p '#S'`"
|
||||
|
||||
# Status Bar
|
||||
#set -g status-bg black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue