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!

  • 相关阅读:
    【待整理】转义字符
    关系运算符 与 逻辑运算符
    浏览器相关
    正则表达式
    样式定义——多重浏览器
    事件
    属性定义
    数组
    日期
    构造函数
  • 原文地址:https://www.cnblogs.com/baizx/p/6936254.html
Copyright © 2011-2022 走看看