diff --git a/.tmux.conf b/.tmux.conf index f70050d..59db151 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -56,7 +56,7 @@ bind-key / copy-mode \; send-key ? bind-key P 'capture-pane' \; capture-pane -S - \; save-buffer /tmp/tmux \; delete-buffer bind-key -n C-\\ copy-mode \; send -X search-backward " % "\; send -X search-again bind -n M-g display-popup -h '90%' -w '90%' -b rounded -d '#{pane_current_path}' -E "gitui" -bind -n M-e display-popup -h '60%' -w '80%' -b rounded -d '#{pane_current_path}' -E "~/bin/nvim-edit-fzf" +bind -n M-e display-popup -h '60%' -w '80%' -b rounded -d '#{pane_current_path}' -E "~/bin/tmux-edit-helper" bind -n M-m display-popup -h '90%' -w '90%' -b rounded -d '#{pane_current_path}' -E "~/bin/tmux-build-helper" setw -g window-status-format "" diff --git a/.zshrc b/.zshrc index 0c30ee2..f9da5fd 100644 --- a/.zshrc +++ b/.zshrc @@ -104,7 +104,7 @@ export LESS="--mouse --wheel-lines=1 -nRXF" ## Aliases alias c='cut -c-${COLUMNS}' -alias e=nvim-edit-fzf +alias e=tmux-edit-helper alias dotgit='git --work-tree $HOME --git-dir $HOME/.dot_git' alias l=bat alias ls=exa diff --git a/bin/nvim-edit-fzf b/bin/tmux-edit-helper similarity index 100% rename from bin/nvim-edit-fzf rename to bin/tmux-edit-helper