As I use linux as normal operating system, and prefer gvim very much. I would like to share some skills to help keep your hands away from mouse bracing the high efficient way of working. Especially for the survive stage vim newbees. I hope the article will help you get into the translation work faster than spending long time learning vim from 0. 因为日常使用linux系统,翻译工作的工具又比较偏爱gvim,所以分享一些小技巧,希望帮助大家远离“鼠标+键盘”的低效工作模式,特别是刚刚处于survive阶段的vim轻度用户。快速在翻译工作中高效使用vim。 1.MOVE 移动 1.1 move between msgstr msgstr间移动 The basic item of .po file is msgstr, when whose state is untranslated and fuzzy need working on. So jump between the msgstr is very simple: 在翻译中基本单位是msgstr,需要翻译的状态是:未翻译和fuzzy,在这两种状态直接的跳跃方法很简单: In both normal and insert state, SHIFT+F1, next untranslated, SHIFT+F2, pre untranslated SHIFT+F5, next fuzzy, SHIFT+F6, pre fuzzy. 两种状态下,SHIFT+F1,下一条未翻译,SHIFT+F2,上一条未翻译。 SHIFT+F5,下一条fuzzy,SHIFT+F6,上一条fuzzy。 If you would lik...
留言
張貼留言