zoukankan      html  css  js  c++  java
  • 解决在cmder中bash(WSL)上下箭头不能使用问题

    有三种解决方式,第一种方式最简单实用

    安装新版本wslbridge

    这个解决方法最简单,最实用,下载第三方wslbridge,安装即可使用.

    这时再进入cmder,运行bash.exe,可以发现上下左右箭头已经可以工作了.

    修改启动参数

    Solution 1: Default task {bash}

    Don’t use Old ConEmu Builds! There is no sense to complain on >things changed months ago! Update your installation!
    ConEmu creates new task for ‘Bash on Windows’ automatically, you may check this by running ConEmu64.exe -basic -run {bash}. Also, you may call Add default tasks… from Tasks page on your existing config.
    So, just run {bash} task, arrow keys are expected to be working!

    因为是cmder包装了一层,不知道怎么修改,放弃

    状态栏终端模式修改

    我的版本是161206版本,好像没有效果,感兴趣的自己可以试试

    Solution 1: Default task {bash}
    Don’t use Old ConEmu Builds! There is no sense to complain on things changed months ago! Update your installation!
    ConEmu creates new task for ‘Bash on Windows’ automatically, you may check this by running ConEmu64.exe -basic -run {bash}. Also, you may call Add default tasks… from Tasks page on your existing config.
    So, just run {bash} task, arrow keys are expected to be working!

  • 相关阅读:
    Swift如何判断上午还是下午
    Qt Creator编译app到iPhone
    用swift判断string是否包含字母
    QToolTip显示富文本问题
    mac如何发起屏幕共享?
    Redis持久化
    bean 实例化原理解析
    WebSocket和SocketIO总结
    netty入门
    redis 工具类
  • 原文地址:https://www.cnblogs.com/baizx/p/6936254.html
Copyright © 2011-2022 走看看