Updated zshrc to use neovim
This commit is contained in:
parent
e557b36cee
commit
2ac7c6e40d
|
@ -24,7 +24,7 @@ in {
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
envExtra = ''
|
envExtra = ''
|
||||||
export PATH=~/.local/bin:$PATH
|
export PATH=~/.local/bin:$PATH
|
||||||
export EDITOR=vim
|
export EDITOR=nvim
|
||||||
'';
|
'';
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
base16_darktooth
|
base16_darktooth
|
||||||
|
@ -32,7 +32,7 @@ in {
|
||||||
bindkey '^A' beginning-of-line
|
bindkey '^A' beginning-of-line
|
||||||
bindkey '^E' end-of-line
|
bindkey '^E' end-of-line
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
alias view="vim -R $1"
|
alias view="nvim -R $1"
|
||||||
alias l='ls -la'
|
alias l='ls -la'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue