GithubHelp home page GithubHelp logo

dotfiles's Introduction

个人 dotfiles

我的 dotfiles 设置,常用的有 nvim, tmux, alarcitty,hyprland

推荐字体:maple-font,Cascadia Code SemiLight, JetBrainsMono Nerd Font

其中 maple-font 对中文有支持(合并了 Nerd Font 和 中文字体,现在只需一个字体就可以适用所有编码场景)

常用的命令:

  1. Linux/Mac

    cp -R ~/dotfiles/nvim ~/.config/ -- 从 dotfile 复制 Nvim 配置
    rm -r ~/.config/nvim  -- rm既可以删除文件又可以删除文件夹; -r 是向下递归,不管有多少级目录,一并删除

Neovim

配置了一些基本的 lsp, completion, neo-tree 等等。

常用 :healthcheck 用来检查

除了在 keymap 文件中设置的一些映射外,其他常用的映射如下:

按键 模式 描述
cf n , v 格式化代码
qq n 退出nvim
tn n 用 telescope 打开 notify 消息
ms n 打开 Mason (用于管理 language server)

coding

按键 模式 描述
gcc n 注释
gza + 符号 v surround
gzd v 删除 surround

buffer

按键 模式 描述
shift + x n 关闭当前 buffer
shift + h n 移动到 previous buffer
shift + l n 移动到 next buffer
bo n 关闭当前意外buffer

Alacritty

自定义的快捷键(可以在 alacritty.toml 中设置 )

自行配置参考官网 Link

按键 action
Ctrl + c Copy
Ctrl + v Paste

dotfiles's People

Contributors

yuniezzx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.