Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

Neovim

NORMAL

  • ; - :
  • <Leader>b - :bprev<CR>(previous buffer)
  • <Leader>n - :bnext<CR>(next buffer)
  • <A-[> - :nohl(disable highlight)

hop.nvim

  • <Leader>m - :HopCamelCase<CR>

telescope.nvim

  • <Leader>ff - builtin.find_files
  • <Leader>fg - builtin.git_files
  • <Leader>fr - builtin.live_grep
  • <Leader>fb - builtin.buffers
  • <Leader>fh - builtin.help_tags
  • <Leader>e - builtin.diagnostics

nvim-tree.lua

  • <Leader>t - :NvimTreeToggle<CR>

LSP

  • gi - vim.lsp.buf.implementation
  • gr - vim.lsp.buf.references
  • gT - vim.lsp.buf.type_definition
  • gD - vim.lsp.buf.declaration
  • gd - vim.lsp.buf.definition
  • ga - vim.lsp.buf.code_action
  • K - vim.lsp.buf.hover
  • <C-k> - vim.lsp.buf.signature_help
  • gf - vim.lsp.buf.format
  • ge - vim.diagnostic.open_float
  • g[ - vim.diagnostic.goto_next
  • g] - vim.diagnostic.goto_prev

Prettier

  • <C-p> - code format with Prettier

INSERT

nvim-cmp

  • <C-b> - cmp.mapping.scroll_docs(-4)
  • <C-f> - cmp.mapping.scroll_docs(4)
  • <C-Space> - cmp.mapping.complete()
  • <C-e> - cmp.mapping.abort()
  • <CR> - cmp.mapping.confirm({ select = false })
  • <Tab> - cmp.mapping.confirm({ select = true })

TERMINAL

  • <ESC> - <C-\><C-n>

Keyboard

dotfiles's People

Contributors

mt-masaaki-takeda avatar kedama-t 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.