V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  wjh876531738  ›  全部回复第 2 页 / 共 2 页
回复总数  23
1  2  
分享一段单手 Coding 时候加上的 vim 配置,习惯之后效率还算是比较高的,当时一周左右的时间已经恢复 80% 左右的 Coding 速度了。另外使用 Mac 的触控板搭配会比 hhkb 更舒服,毕竟触控板的单手体验还是可以的。最重要的一点记得把 Caps 改成 Ctrl 。

" Code with one hand.
nnoremap <space><space> :
" nnoremap <C-e> <C-u>
" nnoremap <C-c> :w<CR>
" nnoremap <C-c><C-c> :wqa<CR>
"
" imap <expr> <leader>tt emmet#expandAbbrIntelligent("\<tab>")
" inoremap <C-c> <C-[>
" inoremap <leader>ad +
" inoremap <leader>an &
" inoremap <leader>st *
"
" inoremap <leader>u <C-[>gU<RIGHT>a
" inoremap <leader>uu <C-[>bgUwea
"
" inoremap <leader>12 ()<LEFT>
" inoremap <leader>11 -
" inoremap <leader>22 =
"
" inoremap <leader>qw {}<LEFT>
" inoremap <leader>wq []<LEFT>
"
" inoremap <leader>as ""<LEFT>
" inoremap <leader>sa ''<LEFT>
" inoremap <leader>aa ;
" inoremap <leader>ss :
" inoremap <leader>zx <><LEFT>
" inoremap <leader>zz ,
" inoremap <leader>xx .
" inoremap <leader>cc /

" Learn from Emacs ,short distance moving in insert mode
inoremap <C-f> <Right>
inoremap <C-b> <Left>
inoremap <C-a> <ESC>I
inoremap <C-e> <ESC>A
inoremap <C-d> <DEL>
2021-02-25 09:25:20 +08:00
回复了 Liler 创建的主题 Vim 在 VIM 中如何提高中文编辑效率
可以考虑下增加类似 Emacs 的前后左右,在 insert 模式下也能便捷移动。

```
inoremap <C-f> <Right>
inoremap <C-b> <Left>
inoremap <C-a> <ESC>I
inoremap <C-e> <ESC>A
inoremap <C-d> <DEL>
```

关于中文的问题,个人觉得倒是还好,习惯输入完中文之后都会按下 shift 重置会英文。
2018-08-13 16:30:03 +08:00
回复了 cocacola1943 创建的主题 酷工作 [阿里巴巴] 北上广深杭阿里巴巴任意岗位内推
你好,请问校招的可以吗^_^
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1184 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 18:05 · PVG 02:05 · LAX 10:05 · JFK 13:05
Developed with CodeLauncher
♥ Do have faith in what you're doing.