2015年8月18日 星期二
gvim tutorial
gvim tutorial
google: gvim tutorial card; gvim quick reference card
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/ 尋找數字
三色傑克
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
- google seach
google: gvim tutorial card; gvim quick reference card
- gvim card
- download
- 常用指令
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
標籤:
文書編輯,
gvim,
regular expression
訂閱:
文章 (Atom)