前面4个是在阿布扎比的机场,后面5个是S
Vim Powerline
这个是个好东西……主要是好看,实用上暂时还没觉出啥。
配置也很简单,主要需要以下内容:
"256 color
let t_Co=256
"recommend for powerline
set nocompatible
set laststatus=2
set encoding=utf-8
"choose theme
let g:Powerline_symbols = 'unicode'
let g:Powerline_colorscheme = 'skwp'
使用konsole的话建议修改配置中的关于环境的设置,TERM=xterm-256color,否则颜色是出不来的。
另外就是如果symbol想使用fancy的话,需要给字体打补丁,在powerline的目录下面有个fontpatcher,执行
./fontpatcher path-to.ttf
然后把生成的ttf安装到你系统上(复制到 ~/.fonts/)。(这个脚本是python2的,如果你用arch的话你知道你要做什么……)
=-=-=-=-=
Powered by Blogilo
Fcitx needs you (again.)
前段时间并没有时间,估计申请成为 GSoC 的项目也无望,现在将会有一些时间,如果对 Fcitx 开发有兴趣的,可以申请以下任务的开发。
Fcitx 4.2.5
感谢 yuyichao,Mike,wzyboy,Iven,lily,还有我一时不记得的人(非常抱歉!)帮忙测试。
fcitx 4.2.5
对用户来说:
1、默认的3个皮肤采用了一个新的功能,来使得字体大小不是像素而是point从而遵从屏幕的dpi设定。(4.2.5之前的老皮肤保持原状,如果你曾经修改过默认几个皮肤的设置请删除掉修改的配置来使用这个新功能)
2、在切换输入法之后提示当前输入法,并且这个提示会自动消失
3、fcitx-keyboard的单词提示是输入上下文的一个选项(可以做不同窗口理解),而不在是全局的(也就是说比如你可以在libreoffice里面开单词提示,但是在firefox里面依然不使用提示。
4、fcitx-xkb支持加载自定义的xmodmap
5、fcitx-xkb支持设置在输入法不可用(无可输入窗口)时使用的键盘布局。(4.2.4的时候这个设置是启动时的那个键盘布局)
6、fcitx-pinyin 支持 “jv -> ju”的纠正
7、fcitx-pinyin 加入小鹤双拼支持
8、fcitx-pinyin 可以使用 v 来触发快速输入
9、zh_HK 的 “$”的标点映射从 ¥ 改为 $。
10、支持用ctrl + alt + shift + u 切换输入unicode字符 (用10进制,16进制,或者字符名称搜索字符)
11、用shift做默认的激活非激活的切换,并且默认在只有使用shift切换到非激活时才能切换回激活(类似4.2.3及之前的行为)
12、更安全的信号处理和退出
13、重启显示在kimpanel和classic的界面上(kimpanel在点击logo之后出现的菜单里面)
14、日志信息现在包括pid
以及一些bug修复
API方面:
1、加入timeout支持
2、加入per-上下文的数据存储支持
3、keysym定义移动到fcitx-utils
模块的修改:
快速输入可以用跨模块调用触发。
For user:
1. Default 3 skin change to support a new feature that respect the DPI on the screen.
2. Display current input method after switch the input method, and the hint window will disappear after a while.
3. fcitx-keyboard wordhint now is a per input context option, not a global one.
4. fcitx-xkb support loading custom xmodmap script when needed.
5. fcitx-xkb support assign a default layout when there is no input method.
6. fcitx-pinyin support fix like “jv -> ju”
7. fcitx-pinyin add xiaohe support.
8. fcitx-pinyin now can use “v” to trigger quick-phrase
9. change zh_HK punctutation map for “$” from ¥ to $.
10. support typing unicode character via “ctrl+shift+alt+u”
11. shift for default “active-inactive” switch, and can be only used after switch from “active to inactive” by default.
12. safer for handling signal and exit.
13. restart is displayed on the UI (both classic and kimpanel)
14. log message now includes pid.
For API:
1. add timeout support.
2. add per-inputcontext data support
3. move all keysym to fcitx-utils.
For module:
Quickphrase can be triggered via cross module call.
fcitx-cloudpinyin 0.2.3
修改出现重复结果时的行为,现在出现重复结果时删除重复结果并保持其他词位置不变
change the policy for when there is duplication result, now most word position will not changed.
fcitx-sunpinyin 0.3.8
增加 nbest 支持(猜测多个长句)
add nbest support.
fcitx-table-extra 0.3.2
1、增加一个包含更多字符的郑码码表
2、修复boshiamy 和easy-big的一些问题
1. add a new zhengma table for large charest
2. fix boshiamy and easy-big
kcm-fcitx 0.4.0
1、新的qt按键和fcitx按键的转换实现
2、支持fcitx-keyboard的修改默认布局
1. new implementation for key conversion
2. add support for change “default layout”
fcitx-anthy 0.1.0
新的日语输入支持包
new package.
fcitx-rime 0.1.0
新的rime的支持包
new package.
=-=-=-=-=
Powered by Blogilo
Unicode input support
A small function, will be added to fcitx 4.2.5.
This function can use hex number or unicode character name to search the character.
The default key for this is “Ctrl+Alt+Shift+U” (Since I don’t want to disturb normal hotkey, you can disable this key from configuration).