stuff
This commit is contained in:
@ -71,7 +71,6 @@ bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
|
|||||||
bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-j) || tmux select-pane -D"
|
bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-j) || tmux select-pane -D"
|
||||||
bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U"
|
bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U"
|
||||||
bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R"
|
bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R"
|
||||||
#bind -n C-\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys 'C-\\') || tmux select-pane -l"
|
|
||||||
|
|
||||||
# allowd pane-navigation while in copy-mode
|
# allowd pane-navigation while in copy-mode
|
||||||
bind-key -T copy-mode-vi C-h select-pane -L
|
bind-key -T copy-mode-vi C-h select-pane -L
|
||||||
@ -96,14 +95,11 @@ bind-key C-a set-option -g prefix C-a
|
|||||||
# No delay for escape key press
|
# No delay for escape key press
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
#set -g @continuum-restore 'off'
|
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #W "
|
||||||
#set -g @resurrect-save-shell-history 'on'
|
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #W "
|
||||||
#set -g @resurrect-strategy-vim 'session'
|
|
||||||
|
|
||||||
#set -g @themepack 'powerline/double/cyan'
|
|
||||||
source-file "${HOME}/.tmux/osiris-theme.conf"
|
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
@ -113,5 +109,7 @@ set -g @plugin 'tmux-plugins/tmux-battery'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-cowboy' # Kill process in pane w/ prefix+*
|
set -g @plugin 'tmux-plugins/tmux-cowboy' # Kill process in pane w/ prefix+*
|
||||||
#set -g @plugin 'odedlaz/tmux-onedark-theme'
|
#set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||||
|
|
||||||
|
# set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
1
tmux/.tmux/plugins/tmux
Submodule
1
tmux/.tmux/plugins/tmux
Submodule
Submodule tmux/.tmux/plugins/tmux added at d9e5c6d1e3
@ -22,3 +22,4 @@ vim.diagnostic.config({
|
|||||||
virtual_text = false,
|
virtual_text = false,
|
||||||
})
|
})
|
||||||
require("lsp_lines").setup()
|
require("lsp_lines").setup()
|
||||||
|
require("scrollbar").setup()
|
||||||
|
1
vim/.vim/plugged/nvim-scrollbar
Submodule
1
vim/.vim/plugged/nvim-scrollbar
Submodule
Submodule vim/.vim/plugged/nvim-scrollbar added at ce0df6954a
@ -22,6 +22,7 @@ Plug 'folke/trouble.nvim'
|
|||||||
Plug 'kosayoda/nvim-lightbulb'
|
Plug 'kosayoda/nvim-lightbulb'
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||||
Plug 'jghauser/mkdir.nvim'
|
Plug 'jghauser/mkdir.nvim'
|
||||||
|
Plug 'petertriho/nvim-scrollbar'
|
||||||
Plug 'ErichDonGubler/lsp_lines.nvim'
|
Plug 'ErichDonGubler/lsp_lines.nvim'
|
||||||
|
|
||||||
Plug 'nvim-lua/plenary.nvim' " lua helpers
|
Plug 'nvim-lua/plenary.nvim' " lua helpers
|
||||||
|
Reference in New Issue
Block a user