diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b463c0d..040d525 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -385,10 +385,10 @@ cursor: # - (Windows) powershell shell: program: /usr/bin/fish - args: - - -l - - -c - - "tmux attach || tmux" + # args: + # - -l + # - -c + # - "tmux attach || tmux" # Startup directory # diff --git a/.gitmodules b/.gitmodules index 508784c..1fe3877 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule ".vim/pack/themes/start/dracula"] path = .vim/pack/themes/start/dracula url = https://github.com/dracula/vim.git -[submodule ".tmux/plugins/tpm"] - path = .tmux/plugins/tpm - url = https://github.com/tmux-plugins/tpm [submodule ".themes/Dracula"] path = .themes/Dracula url = git@github.com:dracula/gtk.git diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index 2864681..0000000 --- a/.tmux.conf +++ /dev/null @@ -1,32 +0,0 @@ -# List of plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'dracula/tmux' - -# remap prefix from 'C-b' to 'C-a' -unbind C-b -set-option -g prefix C-a -bind-key C-a send-prefix - -# split panes using | and - -bind | split-window -h -bind - split-window -v -unbind '"' -unbind % - -# reload config file -bind R source-file ~/.tmux.conf - -# switch panes using Alt-arrow without prefix -bind -n M-Left select-pane -L -bind -n M-Right select-pane -R -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D - -# Enable mouse mode (tmux 2.1 and above) -set -g mouse on - -# don't rename windows automatically -# set-option -g allow-rename off - -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run -b '~/.tmux/plugins/tpm/tpm' diff --git a/.tmux/plugins/tmux b/.tmux/plugins/tmux deleted file mode 160000 index d311e94..0000000 --- a/.tmux/plugins/tmux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d311e94d868b0d59a896a4c09b6f658b1059519f diff --git a/.tmux/plugins/tpm b/.tmux/plugins/tpm deleted file mode 160000 index 06d4122..0000000 --- a/.tmux/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 06d41226af02ca4f5bcf58169dd4f0a2aa42218c