Skip to content

Commit

Permalink
remove tmuxline plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewies committed Nov 26, 2021
1 parent 09e160b commit ebe3da1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion nvim/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ call plug#begin('~/.config/nvim/plugged')
" General
Plug 'sainnhe/gruvbox-material' " Color scheme
Plug 'itchyny/lightline.vim' " Vim status line
Plug 'edkolev/tmuxline.vim' " Tmux status line
Plug 'kyazdani42/nvim-web-devicons' " Devicons
Plug 'machakann/vim-highlightedyank' " Highlight yanked text in vim
Plug 'akinsho/bufferline.nvim'
Expand Down
1 change: 0 additions & 1 deletion nvim/.config/nvim/lua/jakewies/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ require('jakewies.gitsigns')
require('jakewies.lightline')
require('jakewies.lsp')
require('jakewies.telescope')
require('jakewies.tmuxline')
require('jakewies.treesitter')
require('jakewies.bufferline')
1 change: 0 additions & 1 deletion nvim/.config/nvim/lua/jakewies/tmuxline.lua

This file was deleted.

9 changes: 0 additions & 9 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,12 @@ unbind-key C-b
set-option -g prefix C-a
bind-key C-a send-prefix


# support true color
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color*:Tc"


# start window numbering at 1
set -g base-index 1


# scroll with mouse
set -g mouse on


# source tmux line snapshot
# source-file $HOME/.tmuxline_snapshot.conf
if-shell "test -f $HOME/.tmuxline_snapshot.conf" "source $HOME/.tmuxline_snapshot.conf"

21 changes: 0 additions & 21 deletions tmux/.tmuxline_snapshot.conf

This file was deleted.

0 comments on commit ebe3da1

Please sign in to comment.