摘要: 问题 个人习惯将Terminal配置为git bash。由于经常在Terminal工具窗口下执行git命令,包括vim操作。但是,在Vim编辑模式下,按ESC键退出insert mode时,idea会隐藏整个Terminal工具窗口,并且光标自动定位到idea的编辑窗口,十分不方便。 在2021.1 阅读全文
posted @ 2021-05-12 16:40 晓码君 阅读(1602) 评论(0) 推荐(1)
摘要: 找到git安装路径 如我的:C:\Program Files\Git 编辑bash.bashrc文件,添加自定义alias命令 用编辑器打开文件,如vim、notepad++等等 vim "C:/Program Files/Git/etc/bash.bashrc" 追加自定义alias命令 alia 阅读全文
posted @ 2021-05-12 16:27 晓码君 阅读(508) 评论(0) 推荐(0)
摘要: Introduction Starting at a new employer always mean checking out various git repositories. As the amount of repositories a company has grows, the time 阅读全文
posted @ 2021-05-12 15:11 晓码君 阅读(255) 评论(0) 推荐(0)