diff options
| author | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-06-10 15:34:37 +0200 |
|---|---|---|
| committer | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-06-10 15:34:37 +0200 |
| commit | 414a32702300e073d221d462599dd92f11ed9411 (patch) | |
| tree | 321b4078940f1c4d806d0cde279a09bd985c2b0d /config/tmux | |
| parent | 0f6ae6983de4c76f282add379f356ad68ff6d729 (diff) | |
| download | dotfiles-414a32702300e073d221d462599dd92f11ed9411.tar.gz dotfiles-414a32702300e073d221d462599dd92f11ed9411.tar.bz2 dotfiles-414a32702300e073d221d462599dd92f11ed9411.zip | |
Added ocaml neovim lsp, removing gutentags
Diffstat (limited to 'config/tmux')
| -rw-r--r-- | config/tmux/tmux.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index abcea6d..777810f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -28,8 +28,6 @@ bind R source-file ~/.config/tmux/tmux.conf set -g status-right-length 100 -# set -g @plugin '~/git/tmux-ssh-mode' - set -g @plugin 'tmux-plugins/tpm' # set -g @plugin 'egel/tmux-gruvbox' # set -g @tmux-gruvbox 'dark' @@ -43,8 +41,5 @@ set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=yellow,bold' # default is ' set -g @prefix_highlight_show_sync_mode 'on' set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=green' # default is 'fg=default,bg=yellow' -set -g status-right "#{prefix_highlight}#{tmux-ssh-mode}#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H " - -# set -g @plugin 'tomhey/tmux-remote-sessions' run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm" |
