Disable vim mode in shell when inside emacs
This commit is contained in:
parent
1794eb06a9
commit
5ef59a1299
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' # for Emacs TRAMP mode
|
||||
'';
|
||||
initExtra = ''
|
||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
[[ -z $INSIDE_EMACS ]] && source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
'';
|
||||
sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
|
|
Loading…
Add table
Reference in a new issue