feat(spf): add superfile file manager

This commit is contained in:
Stefan Imhoff
2024-04-25 17:52:58 +02:00
parent fa72f49e2e
commit 7ed04e5246
12 changed files with 427 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ config:
icons:
sudo: "🔒"
gh: ""
spf: "󰪶"

View File

@@ -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'