Renamce nvim-edit-fzf -> tmux-edit-helper
This commit is contained in:
parent
dacae13daf
commit
704b463b4a
3 changed files with 2 additions and 2 deletions
|
@ -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 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-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-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"
|
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 ""
|
setw -g window-status-format ""
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -104,7 +104,7 @@ export LESS="--mouse --wheel-lines=1 -nRXF"
|
||||||
|
|
||||||
## Aliases
|
## Aliases
|
||||||
alias c='cut -c-${COLUMNS}'
|
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 dotgit='git --work-tree $HOME --git-dir $HOME/.dot_git'
|
||||||
alias l=bat
|
alias l=bat
|
||||||
alias ls=exa
|
alias ls=exa
|
||||||
|
|
Loading…
Reference in a new issue