commit
5690f9386a
|
@ -65,5 +65,5 @@ keymap("n", "<leader>s", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]],
|
|||
keymap('n', '<Leader>gg', ':LazyGit<CR>', default_ops)
|
||||
|
||||
-- File Explorer
|
||||
keymap('n', '<Leader>e', ':NeoTreeShowToggle<CR>', default_ops)
|
||||
keymap('n', '<Leader>e', ':NeoTreeFocusToggle<CR>', default_ops)
|
||||
|
||||
|
|
|
@ -42,10 +42,7 @@ return require('packer').startup(function(use)
|
|||
use('kdheepak/lazygit.nvim')
|
||||
|
||||
-- Sessions
|
||||
use {
|
||||
'jedrzejboczar/possession.nvim',
|
||||
requires = { 'nvim-lua/plenary.nvim' },
|
||||
}
|
||||
use("tpope/vim-obsession")
|
||||
|
||||
-- SuperTab
|
||||
use('ervandew/supertab')
|
||||
|
|
|
@ -42,11 +42,20 @@ set-option -sg escape-time 10
|
|||
# Plugins
|
||||
set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
|
||||
|
||||
# Things to plugin
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @themepack 'powerline/default/yellow'
|
||||
# # Things to plugin
|
||||
# set -g @plugin 'jimeh/tmux-themepack'
|
||||
# set -g @themepack 'powerline/default/yellow'
|
||||
|
||||
# source ~/.config/tmux/statusline.conf
|
||||
set -g @plugin 'xamut/tmux-weather'
|
||||
set-option -g status-right "#{weather}"
|
||||
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark' # or 'light'
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
|
||||
# initializes tmux plugin manager - keep this at the bottom
|
||||
# run '~/.config/tmux/plugins/tpm/tpm'
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in New Issue