2015年8月18日 星期二

英打軟體



基本指法 
左手指在asdf  右手指在hjkl
左食指fg           右食指hj



gvim tutorial

gvim tutorial

  • google seach
google: gvim
google: gvim tutorial card; gvim quick reference card

  • gvim card
 http://tnerual.eriogerg.free.fr/vimqrc.pdf

  • download
gvim.exe for window

  • 常用指令

i   insert mode(插入模式)

^i
[esc]: escape between editor and command

: command mode(命令模式)
:w (write)
:q (quit)
:s (save)
:w!(write force)

 editor mode(編輯模式)
dd   delete one line
d3   delete 3 lines
p     paste


^w

^s
[esc] [esc]  跳脫編輯


1:$s/\d//gc           第一列至最後一列的所有數字置換為空
s/\d/                      尋找數字

字串樣版 Regexp: 兼談長線學習投資

http://user.frdm.info/ckhung/b/re/

三色傑克
 http://three-colors.blogspot.tw/2008/06/vim-regular-expression.html

http://vimregex.com/

Vim Tips Wiki
https://vim.fandom.com/wiki/Delete_all_lines_containing_a_pattern


gvim setup
https://moon-half.info/p/177

gvim 使用經驗
https://www.itread01.com/content/1550196381.html

洛穀日報第83期」Vim的使用、配置與簡單拓展
https://kknews.cc/zh-tw/news/p9nqry8.html

PatternsOnText : Advanced commands to apply regular expressions.
https://www.vim.org/scripts/script.php?script_id=4602

vim中选择匹配文本删除技巧
https://blog.csdn.net/jiedushi/article/details/7000586