GithubHelp home page GithubHelp logo

nvimconfig's Introduction

Shortcuts Cheatsheet

Split Window Movement

  • CTRL + h: Move to the left split window
  • CTRL + j: Move to the below split window
  • CTRL + k: Move to the above split window
  • CTRL + l: Move to the right split window

Window Navigation

  • <Shift-Right>: Move to the next window on the right
  • <Shift-Left>: Move to the next window on the left
  • <Shift-Up>: Move to the next window above
  • <Shift-Down>: Move to the next window below

General Shortcuts

  • <C-g>: Toggle NERDTree
  • <Leader>=: Toggle Zoom
  • <Leader>[number]: Switch to tab [number]
  • <Leader>t: Open a new tab
  • <Leader>\: Create a vertical split
  • <Leader>n: Create a horizontal split
  • <Leader>o: Open available buffers
  • <Leader>g: Open available Git files
  • <Leader>h: Open recent files
  • <Leader><Leader>: Open recent commands
  • <Leader>f: Preview project files
  • <Leader>F: Open FZF
  • <Leader>v: Search in all project files
  • <Leader>]: Switch to the next buffer
  • <Leader>[: Switch to the previous buffer
  • <Leader>d: Close current buffer without closing the window
  • <Leader>c: Close buffer
  • <Leader>x: Force close current window
  • gb: Git blame

LSP Code Navigation

  • lgd: Go to definition
  • lgk: Show signature help
  • K: Show hover information
  • lgi: Go to implementation
  • lgc: Show incoming calls
  • lgt: Go to type definition
  • lgr: Show references
  • lgn: Rename
  • lgs: Show document symbols
  • lgw: Show workspace symbols

Debugger Shortcuts

  • ldb: Toggle breakpoint
  • ldi: Step into
  • ldu: Step out
  • ldo: Step over
  • ldc: Continue debugging
  • ldk: Terminate debugging

Miscellaneous Shortcuts

  • [x: Go to the previous diagnostic
  • ]x: Go to the next diagnostic
  • ]s: Show diagnostics
  • <Space>q: Open the Trouble plugin

nvimconfig's People

Contributors

baakeydow 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.