You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Garrit Franke 45099b41f9
nvim: configure lsp
2 years ago
.config nvim: configure lsp 2 years ago
.gitconfig feat(vim): don't show full file name 3 years ago
.gitignore zsh: add adb_screenshot function 4 years ago
.zshrc vim: remove sneak motion 2 years ago
README.md readme: nvim installation instructions 2 years ago

README.md

Dotfiles

NeoVim

Installing the dotfiles can be done via GNU Stow. Make sure you're in the .config/nvim directory!

stow -t ~/.config/nvim .

Keybindings

This list is incomplete, but I try to keep it up to date.

Navigation

Keys Action
<alt><shift>k Move selection up
<alt><shift>j Move selection down

File explorer

Keys Action
<ctrl>t Toggle File Explorer
<ctrl>n Find current file

Git

Keys Action
<leader>gs Git status
<leader>gc Git commit
<leader>gp Git push
<leader>g. Go to next change in file
<leader>g, Go to previous change in file
<leader>gx Undo change under cursor
<ctrl>s Search through all changes