Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化了强制写入的命令 #11

Closed
wants to merge 7 commits into from

Conversation

the-eric-kwok
Copy link
Contributor

参照 #138 的建议,将 w!! 从 keymap 改成了 command,现在输入W或Wq即可强制保存(退出)

the-eric-kwok and others added 7 commits December 4, 2018 11:08
参照 [#138](wklken/k-vim#138) 的建议,将 w!! 从 keymap 改成了 command,现在输入W或Wq即可强制保存(退出)
2. 设置默认分屏新建在右边和下方
3. 将 leader 键更改为空格,原 leader 键保留以供将来使用
4. 设置默认显示光标十字线颜色
5. 设置终端模式下快捷切换窗口
6. 增加最大化、还原分屏快捷键 space z
7. 增加选择当前词的快捷键 alt-v
8. 增加选择模式下 H、L 跳行首尾
9. 增加 J、K 向上、下滚动半屏
10. 增加普通模式、编辑模式下 ctrl-a ctrl-e 跳转行首尾
11. 映射 ctrl-f 为搜索
12. 增加系统剪贴板快捷键 space y、space x、space p
13. 增加调整分屏大小快捷键 space -、space =
2. 设置 nottyfast、lazyredraw 以增加流畅度
3. 禁用鼠标支持
4. 同步了 k-vim 标准版的多个文件类型 autocmd
5. 增加块选择快捷键
6. 增加去除搜索高亮快捷键
@wklken
Copy link
Owner

wklken commented Sep 1, 2022

不应该包含无关的变更;

@wklken wklken closed this Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants