Revert "Switch to VS Code"

This reverts commit 370c720a93.
This commit is contained in:
Anthony Rose 2021-07-26 21:27:34 +01:00
parent a84dfa178b
commit fb86575f07

View file

@ -7,7 +7,7 @@ set-option -g base-index 1
set-option -g default-command "$SHELL" set-option -g default-command "$SHELL"
set-option -g default-terminal "tmux-256color" set-option -g default-terminal "tmux-256color"
set-option -g display-panes-time 5000 set-option -g display-panes-time 5000
set-option -g mouse on set-option -g mouse off
set-option -g pane-base-index 1 set-option -g pane-base-index 1
set-option -g status-right '' set-option -g status-right ''
set-window-option -g xterm-keys on set-window-option -g xterm-keys on