热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

vim设置在zsh中无法正常工作-vimsettingsdoesnotworkcorrectlyinzsh

IjustswitchedmyshellfrombashtozshandInoticedthatzshisnotusingsameversionofvimth

I just switched my shell from bash to zsh and I noticed that zsh is not using same version of vim that I use in bash. Wondering why that might be the case? Do I need to set some config?

我只是将我的shell从bash切换到zsh,我注意到zsh没有使用我在bash中使用的相同版本的vim。想知道为什么会这样?我需要设置一些配置吗?

EDIT

remove other stuffs

删除其他东西

1 个解决方案

#1


1  

You either have defined an alias for vim in one of them, or the value of the PATH variable is different.

您要么在其中一个中为vim定义了别名,要么PATH变量的值不同。


推荐阅读
author-avatar
哎自己哈
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有