1
Fork 0
satellite/dotfiles/neovim
2022-04-11 00:26:44 +03:00
..
lua feat: vimsnip and a bazillion other things 2022-04-11 00:26:44 +03:00
init.lua feat: greek letter keyboard layout + custom brackets in nvim 2022-04-04 02:10:26 +03:00
README.md feat: failed direnv attempt ig 2022-04-05 21:17:08 +03:00

Neovim config

Keybinds

Table of my own keybinds. Here as documentation for myself. I am yet to include any of the keybinds for cmp here.

Things written using italics are chords (aka all the keys need to be pressed at the same time)

Keybind Description Plugins
vv Create vertical split
jl Save
jk Exit insert mode
<leader>k Insert digraph
<leader>a Swap last 2 used buffers
C-n Open tree nvim-tree
vp Run command in another tmux pane vimux
sk Move to previous lh-bracket marker lh-brackets
sj Move to next lh-bracket marker lh-brackets
mo Move outside the current brackets lh-brackets
ml Remove all markers and move to the last one lh-brackets
C-hjkl Navigation between vim & tmux panes vim-tmux-navigator
J Show line diagnostics lspconfig
K Show hover info lspconfig
L Signature help (?) lspconfig
gD Go to declaration lspconfig
gd Go to definition lspconfig
gi Go to implementation lspconfig
<leader>rn Rename lspconfig
<leader>f format lspconfig

Lh-brackets

The default brackets I load in each buffer are (), [], "", '', {} and ``. Different brackets are added in different filetypes.

Telescope

Keybind Description Plugins
Ctrl-P Find files
Ctrl-F Grep in project
<leader>d Diagnostics lspconfig
<leader>wd Workspace diagnostics lspconfig
<leader>ca Code actions lspconfig
<leader>t Show builtin pickers
<leader>s Show symbols using tree-sitter
<leader>gj List git commits
<leader>gk List git branches
jp Interactive file broswer telescope-file-browser
ui Insert unicode char

Idris

The idris and arpeggio plugins are implicit here

Keybind Description
sc Case split
mc Make case
ml Make lemma
es Expression search
gd Generate definition
rh Refine hole
ac Add clause

Lean

  • Extra brackets: ⟨⟩

Some cool vim keybinds I sometimes forget about

Documentation for myself

Keybind Description Plugins
zz Center the current line
gcc Comment line nvim-comment
gc Comment selection nvim-comment