Skip to content

Commit

Permalink
UPD vim: spell and openurl shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamut3D committed Sep 9, 2023
1 parent c4daae2 commit 8ab4fd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/content/kb/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ autocmd bufwritepost *.py execute "silent !tidy-imports --quiet --replace-star-
# Add word to local spell file (when hovering over misspelled word)
zg
# Remove word to local spell file (when hovering over word)
zug
# Select word from dictionary (when hovering over misspelled word)
z=
```
Expand Down Expand Up @@ -169,6 +172,13 @@ Keyboard shortcuts:
:noh
```
- Open URL links in browser
```console
# Hower over url and press
gx
```
## Netrw
Key shortcuts to use netrw - vim's directory browser.
Expand Down

0 comments on commit 8ab4fd3

Please sign in to comment.