From 704b463b4adc2c25f3d2ab23d4e72614c4af561b Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 28 Jul 2022 11:12:31 +0200 Subject: [PATCH] Renamce nvim-edit-fzf -> tmux-edit-helper --- .tmux.conf | 2 +- .zshrc | 2 +- bin/{nvim-edit-fzf => tmux-edit-helper} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{nvim-edit-fzf => tmux-edit-helper} (100%) 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