[fix] Add stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user