diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-11-11 14:05:55 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-11-11 14:05:55 -0500 |
| commit | ced8c4826a71ccd929266f3e3a8de3ca6c6f953d (patch) | |
| tree | b284f4294594a90cd7082707f221ab86654ac935 /.config/tmux | |
| parent | 5b7fee8860acad725b682503a490f354726f9c8d (diff) | |
Forcing Neovim to use tabs
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 339eb67..368a242 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,4 +1,4 @@ -set -ga terminal-overrides ",xterm-256color*:Tc" +#set -ga terminal-overrides ",xterm-256color*:Tc" set -s escape-time 0 #unbind C-b |
