vimConfig/plugin/ui-setting.vim

 let os = substitute(system('uname'), "\n", "", "")
if os == "Darwin"
winpos
set lines= columns=
elseif os == "Linux"
winpos
set lines= columns=
endif colorscheme molokai
set guifont=Monaco
syntax on
set nu
set autochdir
set cindent
set wrap
set tabstop=

最新文章

  1. iOS开发--AVFoundation自定义相机
  2. 在Angular1.X中使用CSS Modules
  3. .Net Attribute详解(下) - 使用Attribute武装枚举类型
  4. impdp使用
  5. zoj 3228 覆盖及非覆盖串的多次匹配
  6. 【android-cocos2d-X iconv.h】在android下使用iconv
  7. 基于 JVMTI 实现 Java 线程的监控(转)
  8. 关于 myBatis 中的 jdbcType的细节问题
  9. AspNet.OData 协议概述
  10. JavaScript||什么是面向对象
  11. 英语演讲稿——Get Along with Fear
  12. redux源码学习笔记 - combineReducers
  13. PIVOT和UNPIVOT使用详解
  14. Java 模拟面试题
  15. IOS Block代码块的定义与使用
  16. BZOJ3786星系探索——非旋转treap(平衡树动态维护dfs序)
  17. 病毒木马查杀实战第020篇:Ring3层主动防御之基本原理
  18. 基于快速排序思想partition查找第K大的数或者第K小的数。
  19. Why there is two completely different version of Reverse for List and IEnumerable?
  20. windows 上让文件类型和程序关联的批处理程序。

热门文章

  1. 20145319 《网络渗透》MS11-050漏洞渗透
  2. sqlyog注册码
  3. .Net t图片生成水印
  4. python 日期的减法
  5. python 删除字典元素
  6. [转] VR-FORCES 介绍
  7. hdu4292网络流dinic
  8. MAPE 平均绝对百分误差
  9. PHP:第五章——字符串编码函数
  10. 处理ListView数据为空的情况