3 Star 2 Fork 5

lynnux/emacs.ahk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

emacs.ahk

An autohotkey script that provides emacs-like keybindings on Windows. Feel free to improve and commit. I have used and maintained this script since Sep 21, 2007.

lynnux:slightly modified for my habit, add M-b, M-f, M-h, M-d

Supported keybindings

Keybinding Function(Emacs Lisp)
C-t set-mark-command
C-@ set-mark-command
C-x C-f find-file
C-x C-s save-buffer
C-x C-y yank-pop
C-x C-h mark-whole-buffer
C-x C-p mark-page
C-d delete-char
M-d kill-word
C-h delete-backward-char
M-h backward-kill-word
C-k kill-line, if caret is at the end of the line, then delete the "`r`n"
C-o open-line
C-g quit
C-j newline-and-indent
C-m newline
C-i indent-for-tab-command
C-s isearch-forward
C-r isearch-backward
C-w kill-region, if nothing selected, then cut the whole line
M-w kill-ring-save
C-y yank
C-/ undo
C-u redo, equal to native C-y
C-a move-beginning-of-line
C-e move-end-of-line
C-p previous-line
C-n next-line
C-f forward-char
M-f forward-word
C-b backward-char
M-b backward-word
M-v scroll-up

Webpages introducing this script

空文件

简介

windows平台上模拟emacs的key按键,使用autohotkey脚本 forked from https://github.com/usi3/emacs.ahk 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
AutoHotkey
1
https://gitee.com/lynnux/emacs-ahk.git
git@gitee.com:lynnux/emacs-ahk.git
lynnux
emacs-ahk
emacs.ahk
master

搜索帮助