MobaXterm使用


配置文件:https://blog.mobatek.net/post/mobaxterm-configuration-settings/

ssh keepalived:

 隐藏菜单栏下的那排按钮

菜单栏下的那排按钮感觉有点鸡肋,全部可以从菜单栏里找到,而且使用频率也不是非常高。况且,大部分屏幕是长方形的,上下空间有限,左右还比较富余一些,因此去掉它可以省下很大空间。

 

在菜单栏点击 「view」 --> 「show menu bar」,即可隐藏此排按钮。

右键粘贴

在Moba及很多终端工具里,都有这样的功能:鼠标左键划选复制文件,右键粘贴文本。但在Moba中右键粘贴功能默认不打开,我们可以手动打开。

在菜单栏点击 「settings」 --> 「Configuration」,在弹出的对话框中选择 「terminal」,再将 「paste using right-click」 打上对勾即可。

修改鼠标滚轮行为:他默认的是滚轮滚动的是历史命令

https://superuser.com/questions/1348991/mobaxterm-how-to-change-mouse-scroll-in-to-terminal-screen-scroll-up-down

This is not a default behaviour and cannot be configured using the UI / settings dialogue. You have to manually edit the ini-file.

  1. Close MobaXTerm, otherwise changes to the ini-file will be overwritten
  2. find the documents inside your user folder and got to the folder named MobaXterm
  3. open the file named MobaXterm.ini with a text editor
  4. look for the section called [Misc]
  5. in this section add a line like this:

    ScrollMod=alt 

Chosse a parameter that suits your needs: alt | ctrl | shift

  1. open MobXTerm again and scroll the window holding down the selected control key

see MobaXTerm-documentation here: https://blog.mobatek.net/post/mobaxterm-configuration-settings/

But heads up. This will probably still cause problems inside a screen session. You can fix this quick by pressing Ctrl + A and Esc or edit your .screenrc as described here:

按照上面说的,确实滚轮就是上下 滑动了。