mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(spf): add superfile file manager
This commit is contained in:
@@ -101,6 +101,9 @@ bind D new-window -c "#{pane_current_path}" -n " " lazydocker
|
||||
# LF Terminal File Manager
|
||||
bind O new-window -c "#{pane_current_path}" -n " " lf
|
||||
|
||||
# Superfile Terminal File Manager
|
||||
bind f new-window -c "#{pane_current_path}" -n " " spf
|
||||
|
||||
# Run Neovim Telescope find files
|
||||
bind F run-shell "nvr-tmux --remote-send '<ESC>:Telescope find_files<CR>'"
|
||||
|
||||
@@ -141,6 +144,7 @@ bind-key "T" run-shell "sesh connect \"$(
|
||||
# ========= Plugins =========
|
||||
|
||||
# prefix + I to install, prefix + U to update
|
||||
set -g @plugin 'jbnicolai/tmux-fpp' # f
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
@@ -155,7 +159,6 @@ set -g @plugin 'tmux-plugins/tmux-urlview'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
|
||||
set -g @plugin 'carlocab/tmux-nvr'
|
||||
set -g @plugin 'jbnicolai/tmux-fpp' # f
|
||||
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
|
||||
set -g @plugin 'wfxr/tmux-fzf-url' # u
|
||||
# set -g @plugin 'joshmedeski/t-smart-tmux-session-manager'
|
||||
|
||||
Reference in New Issue
Block a user