Fork me on GitHub
摘要: 现在好像流行各种补全的插件,各种智能提示,看着很不错,个人感觉有点闹腾,还是snippets 比较靠谱,记住一些缩写,也挺方便的。补全插件也是有熟悉成本的,需要考虑的因素,比起记住写缩写难度没有减少,而且也不都是想象那么完美,所以有时还是用点笨办法靠谱。 snippet enc # encoding 阅读全文
posted @ 2023-01-09 13:07 Cloudhan 阅读(4) 评论(0) 推荐(0) 编辑
摘要: snippet art assert_redirected_to ${1:action}: '${2:index}' snippet artnp assert_redirected_to ${1:parent}_${2:child}_path(${3:@$1}, ${0:@$2}) snippet 阅读全文
posted @ 2023-01-09 13:06 Cloudhan 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Markdown Includes octopress (http://octopress.org/) snippets The suffix c stands for "Clipboard". snippet [ [${1:text}](https://${2:address}) snippet 阅读全文
posted @ 2023-01-09 13:03 Cloudhan 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 译者注:本中文版基于 VSCodeVim/Vim 的 README.md(2022-04-26)进行翻译和更新,基础英文版本保存在 The_original_En_version 下,如果后续有更新,将以最新版本与该版本比对后,再进行差异翻译。 VSCodeVim 是一个适用 Visual Stud 阅读全文
posted @ 2023-01-09 10:42 Cloudhan 阅读(1803) 评论(0) 推荐(1) 编辑
摘要: 编辑 PowerShell 配置文件脚本,每次启动之后自动加载 notepad $PROFILE 在配置文件里添加以下行: oh-my-posh init pwsh --config '$env:POSH_THEMES_PATH\jandedobbeleer.omp.json' | Invoke-E 阅读全文
posted @ 2023-01-09 10:38 Cloudhan 阅读(57) 评论(0) 推荐(0) 编辑
摘要: buffer 操作 ,bd 关闭所有buffer ,ba 关闭所有标签 tab ba buffer 转为页签 ,l 下一个buffer ,h 前一个buffer 标签操作 ,tn 新建tab页签 ,to 新建页签 隐藏其他页签 ,tc 关闭标签 ,tm 标签移动 ,t, 循环切换标签 ,tl 和上次 阅读全文
posted @ 2023-01-08 22:26 Cloudhan 阅读(37) 评论(0) 推荐(0) 编辑
摘要: /etc/hosts文件 把 steamcommunity_302_V12.0.3 设置的内容清空 。 这个hosts和 window下为不同文件,win10存在目录为 C:\Windows\System32\drivers\etc 阅读全文
posted @ 2023-01-06 23:22 Cloudhan 阅读(388) 评论(0) 推荐(0) 编辑
摘要: ctrl + w + h 光标 focus 左侧树形目录 ctrl + w + l 光标 focus 右侧文件显示窗口 ctrl + w + w 光标自动在左右侧窗口切换 ctrl + w + r 移动当前窗口的布局位置 o 在已有窗口中打开文件、目录或书签,并跳到该窗口 go 在已有窗口 中打开文 阅读全文
posted @ 2023-01-06 00:19 Cloudhan 阅读(561) 评论(0) 推荐(1) 编辑
摘要: Rails常用的命令汇总: 1、rails new rails _4.2.17_ new myapp rails new demo --skip-test-unit or rails new demo -T rails new demo -d mysql -T rails generate rspe 阅读全文
posted @ 2023-01-03 21:47 Cloudhan 阅读(133) 评论(0) 推荐(0) 编辑
摘要: rvm,git,rbenv,gem 得都是学习rails中常用的工具,这些最常用命令行语句做个记录备查。 using rvm /bin/bash --login rvm gemset use bloggem rvm list rvm use 2.7.0 rvm gemset list rvm gem 阅读全文
posted @ 2023-01-03 21:45 Cloudhan 阅读(94) 评论(0) 推荐(0) 编辑