[fix] Add stuff

This commit is contained in:
Uttarayan Mondal
2022-12-03 13:31:12 +05:30
parent 829d3e7901
commit ed13335314
3 changed files with 394 additions and 6 deletions

View File

@@ -1,17 +1,16 @@
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'uttarayan21/tmux-wombat'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'wfxr/tmux-fzf-url'
# set -g @dracula-show-powerline true
# set -g @dracula-show-weather false
# set -g @dracula-show-left-icon session
# set -g @dracula-show-left-sep 
# set -g @dracula-show-right-sep 
set -g @dracula-show-powerline true
# Theme
# set -g @plugin 'dracula/tmux'
set -g @plugin 'dracula/tmux'
# load plugin manager
run -b '~/.config/tmux/plugins/tpm/tpm'
@@ -27,9 +26,8 @@ set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins'
# source-file ~/.config/tmux/tmuxline.conf
# Bind prefix to ctrl space
unbind C-b
set -g prefix C-Space
bind Space send-prefix
set -g prefix2 C-q
bind q send-prefix
# Use vi keys
set -gw mode-keys vi