Renamce nvim-edit-fzf -> tmux-edit-helper

This commit is contained in:
Daniel Lundin 2022-07-28 11:12:31 +02:00
parent dacae13daf
commit 704b463b4a
3 changed files with 2 additions and 2 deletions

View file

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

2
.zshrc
View file

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