From 900c5ae36832b3426596b59cb89b6e5c1f87e38b Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 5 Nov 2023 20:59:11 +0100 Subject: Removing emmet plugins and cleaning readme --- README.md | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8c4dc09..39817e3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ This config has just the necessary plugins installed: ### Languages utilities -- [Vim emmet](https://github.com/mattn/emmet-vim) html snippets & utilities to write html faster. ## Command & keybinds @@ -89,6 +88,14 @@ Keybinds: - `gh` show/hide hidden files, - `gp` change permission of local file - `I` show netrw banner, + +- `j/k` movement, +- `-` go up one dir, +- `` go down one dir, + +- `d` create a directory, +- `%` create a file, +- `R` rename/move a file, ### Vim Gutter @@ -118,26 +125,6 @@ Keybinds: - `lh` lsp hover, - `ldf` format document. -### Emmet - -For help, use `:help emmet`. -Keybinds: -- `,` to create tags from an expression, -- `;` to create a tag from a word, -- `u` to update a tag, -- `d` to select a tag and the content of a block, -- `D` to select the content of a block, -- `n` to jump snippet next edit point, -- `N` to jump snippet previous edit point, -- `i` to add width and height on image tag, -- `m` to join multiline in one line, -- `k` to remove the content of a block, -- `j` to split join tag, -- `/` to comment a block, -- `a` to create an anchor (a href), -- `A` make quoted text from an url, -- `c` to convert a code block into html. - ## Linters & fixers ### Python -- cgit v1.2.3