Simple dotfiles to use with Gitpod.
- Moving blocks of text
- Finding proper shortcuts for harpoon + nvim tree
<C-a>+c
- Create new screen<C-a>+n
- Cycle screens<C-a>+#
- Goto screen number<C-a>+%
- Split pane vertically<C-a>+"
- Split pane horizontally<C-a>+hjkl
- Move panes
O
- Insert above cursorA|I
- End of line or start of line in insert modef|F<char>
+t|T<char>
- search in line,;
forward,,
back_
first char in line0
start of line<leader>?
- find recent opened<leader>gf
- git files<leader>xx
- open trouble<leader>e
- open nvim treegd
- goto defgr
- goto referencesgI
- goto Implementation<leader>D
- type defK
+C-K
- Signatures<leader>ds
+<leader>ws
- doc + ws symbols[d
+]d
- go through diagsgcc
- Comment line (// ----
)gbc
- Comment block (/* ---- */
)<C-u>
and<C-d>
- Page up and down*
- Select current word and search for it:bw
- Close buffer<leader>f
- Format file<c-w>
- Window Commands<c-w>w
- Change windows