Loading

01 2023 档案

摘要:安装最新版本的PSReadLine Install-Module PSReadLine -RequiredVersion 2.2.6 -Force 用noteapd $PROFILE打开配置文件,添加如下配置 Import-Module PSReadLine Set-PSReadLineOption 阅读全文
posted @ 2023-01-30 15:10 .net's 阅读(469) 评论(0) 推荐(0)
摘要:Tutorial: Set up a custom prompt for PowerShell or WSL with Oh My Posh Install a Nerd Font 推荐Meslo Nerd Font 安装完成后打开Windows Terminal然后按"Ctrl+Shift+,(逗 阅读全文
posted @ 2023-01-29 16:19 .net's 阅读(340) 评论(0) 推荐(0)
摘要:安装neovim 下载最新版本:https://github.com/neovim/neovim/releases/tag/stable 下载成功后,无须安装,解压安装包,放入合适的目录中,比如 C:\nvim-win64中。 NeoVim有两个启动程序,分别是nvim-qt.exe和nvim.ex 阅读全文
posted @ 2023-01-28 19:04 .net's 阅读(7413) 评论(0) 推荐(1)
摘要:Vim provides the :s (substitute) command for search and replace; this tip shows examples of how to substitute. On some systems, gvim has Find and Repl 阅读全文
posted @ 2023-01-12 09:38 .net's 阅读(43) 评论(0) 推荐(0)