
编辑器
taoqick
这个作者很懒,什么都没留下…
展开
-
我的~/.vim/vimrc 【Debug】
配置如下: set nu set cindent set smarttab set shiftwidth=4 set mouse= nmap<c-v> "+p vmap<c-c> "+y nmap<c-a> ggVG inoremap ( ()<Esc>i inoremap [ []<Esc>i inoremap { {}<Esc>i inoremap ' ''<Esc>i inoremap " ""<Esc&g原创 2021-04-23 11:28:32 · 121 阅读 · 0 评论 -
vim 粘贴乱缩进 编辑模式粘贴 [Debug]
方法一:在命令模式下输入:set paste 然后输入i,再在编辑模式下粘贴,这样不会乱锁紧 方法二:vim --version | grep "clipboard"查看vim是不是支持clipboard,很多vim不支持,这条基本行不通:https://blog.youkuaiyun.com/zhangxiao93/article/details/53677764 ...原创 2020-11-10 16:04:34 · 145 阅读 · 0 评论 -
Cloud9 c9sdk的使用【Debug】
Cloud9是Amazon出的一款浏览器IDE方便访问linux机器。简单总结一下步骤: 安装:安装过程中会依赖gcc和python2.7,需要提前装好: git clone https://github.com/c9/core.git c9sdk cd c9sdk scripts/install-sdk.sh 启动: sudo node server.js -p 8080 --listen IP -a username:"password" -w / 其中IP是本机的IP,p是端口,w是wo原创 2020-08-19 12:07:56 · 372 阅读 · 0 评论 -
windows command line (cmder + cygwin + 7+ Taskbar Tweaker) 【Debug】
Download cmder mini without git, just unzip, right clickCmder.exe->Compatibility->Run as Admin Setting Environment Variables, add the path of Cmder.exe to PATH Set right click cmder:cmder....原创 2016-10-28 16:51:07 · 2283 阅读 · 0 评论 -
sublime start from command line
OS X Command Line Overview Sublime Text 2 includes a command line tool,subl, to work with files on the command line. This can be used to open files and projects in Sublime Text 2, as well working转载 2017-11-04 14:28:07 · 356 阅读 · 0 评论