Multiple Cursors And Iedit
Multiple Cursors
两种用法
退出方法:
<return>或者C-g
同时编辑多行
- 选择要编辑的多行
C-S-c C-S-c启动同时编辑功能编辑
- 通过移动单个字符和 M-f(单词移动)等实现相同按键同时编辑多行
Python 数值运算算法
最大公约数 greatest common divisor number
最大公倍数
- least common denominator
- lowest common multiple
工具:
- numpy.lcm
- sympy.lcm
简单实现:
| |
解线性方程组
Qtile ---- window manager written in python
参考
- 官方 wiki(github) Home · qtile/qtile Wiki · GitHub
EzKey 按键
概念
group
- 即工作空间 workspace
screen 屏幕
- 屏幕不具有单独的工作空间列表
- 屏幕和 group 是分离的,只是显示容器
快捷键
xah fly keys ---- a modal editing style
教程
中文
官方教程
- Emacs: Xah Fly Keys
- tutorial://xahlee.info/emacs/misc/xah-fly-keys_tutorial.html][Emacs: Xah Fly Keys Tutorial]]
shortcuts
- windows switch:
, - buffer begin:
SPC h - command mode:
M-SPC - insert mode:
f
Lispy ---- lisp language editing helping package
按键
r: raise- 把 () 提升一级
c: convolute- 复制
上下移动
w: 上,s: 下,在键盘(w,s 按键)的下面
() 两边移动:
h,l: 左右移动d: 两边移动
() 遍历
- j,k: 上下多个 () 遍历
() 进入和退出: