.vimrc YCM

This commit is contained in:
2021-09-20 10:15:13 +02:00
parent 964c1f3f85
commit 8f52441c54
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ set-option -g prefix C-a
bind-key C-a send-prefix
set -g mouse on
set -g default-terminal "screen-256color"
# pane movement
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"