linux
poor_king
知难行易。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux mint17安装中文输入法
aptitude install fictx fcitx-config-gtk fcitx-frotend-all fcitx-frontend-fbterm fcitx-ui-classic fcitx-ui-light fcitx-module-dbus fcitx-module-x11 fcitx-config-common fcitx-sunpinyin fcitx-googlepinyi原创 2016-03-01 08:18:28 · 503 阅读 · 0 评论 -
vim 插件配置
Vundle 安装很简单 : 首先安装git sudo apt-get install git 然后下载配置 git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle 编辑配置文件~/.vimrc "vim config 2 "git clone http://github.c转载 2015-11-17 13:57:42 · 289 阅读 · 0 评论 -
vim 常用指令
1: h,j,k,l 2:n,n co n 3:n, n m n 4:n + shift + g 5:ctr + u, ctr + d, ctr + f 6:gg, shift + g 7:e + file 8:w, wq, bd 9:split, vsplit, ctr + w + w, ctr + w +(hjkl) 10:cw, r 11:u, ctr + r 12:原创 2015-12-25 17:46:37 · 271 阅读 · 0 评论
分享