nvim remote no more
This commit is contained in:
parent
1e6e3cea9c
commit
2de81ce702
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -131,7 +131,6 @@ set_win_title
|
||||||
|
|
||||||
## vim
|
## vim
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
|
||||||
|
|
||||||
e ()
|
e ()
|
||||||
{
|
{
|
||||||
|
@ -143,7 +142,7 @@ e ()
|
||||||
_file=$( (fre --store_name $_store --sorted && fd --type f --hidden --follow --exclude .git . $_git_root) | fzf-tmux)
|
_file=$( (fre --store_name $_store --sorted && fd --type f --hidden --follow --exclude .git . $_git_root) | fzf-tmux)
|
||||||
fre --store_name $_store --add $_file
|
fre --store_name $_store --add $_file
|
||||||
fi
|
fi
|
||||||
nvr --nostart --remote $_file
|
nvim --server $XDG_RUNTIME_DIR/nvim.sock --remote $_file
|
||||||
tmux select-window -t1
|
tmux select-window -t1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -238,3 +237,4 @@ if [ -f '/home/dln/google-cloud-sdk/path.zsh.inc' ]; then . '/home/dln/google-cl
|
||||||
|
|
||||||
# The next line enables shell command completion for gcloud.
|
# The next line enables shell command completion for gcloud.
|
||||||
if [ -f '/home/dln/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/dln/google-cloud-sdk/completion.zsh.inc'; fi
|
if [ -f '/home/dln/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/dln/google-cloud-sdk/completion.zsh.inc'; fi
|
||||||
|
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/dln/.config/tea/autocomplete.zsh"
|
||||||
|
|
Loading…
Reference in a new issue