A few changes:
- Updated all vim plugins - Fixed tmux keybind for horizontal splits - Fixed warnings about the config => opt change in lazy.nvim
This commit is contained in:
parent
9eeb459372
commit
5bd0813530
11 changed files with 94 additions and 63 deletions
home/adrielus/features/cli/tmux
|
@ -17,7 +17,7 @@ set -sg escape-time 10
|
|||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",$TERM:RGB"
|
||||
# }}}
|
||||
# {{{ Split panes with - and \
|
||||
# {{{ Split panes with "-" and "\"
|
||||
bind \\ split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue