替代vim nano的工具helix

大佬一直推荐helix,并且大佬连vscode都不用。 因为最近在弄单片机,需要debian下编译固件于是尝试了一下。

1
2
3
4
apt  install software-properties-common
add-apt-repository ppa:maveonair/helix-editor
apt update
apt install helix

另外需要配置 一个 环境变量 HELIX_RUNTIME

HELIX_RUNTIME=/root/src/helix/runtime 或者 ln -s $PWD/runtime ~/.config/helix/runtime

  • 优点一:零配置开箱即用
  • 优点二:有非常丰富的提示

安装 LSP server 也很简单,比如 Python 只需要 pip install python-lsp-server 即可。

windows 可以直接去github下载zip包解压

右键菜单.reg

1
2
3
4
5
6
7
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Edit with helix]
"Icon"="D:\\Portable\\GreenSoft\\helix\\hx.ico"

[HKEY_CLASSES_ROOT\*\shell\Edit with helix\Command]
@="D:\\Portable\\GreenSoft\\helix\\hx.exe \"%1\""

hx.ico 可以用官网的logo https://helix-editor.com/logo.svg 在线转换成ico, runtime 同目录 或者自己修改走 都可以。

不过windows下,轻量编辑器,我依旧 保留了 notepadnext

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计