We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
feat(Neovim): 🎸 Update nvim-various-textobjs
feat(Powershell-Signature-Certificate): 🎸 Add info about unknown error
feat(Neovim): 🎸 Add links to sections
feat(Shortcuts): 🎸 Add Ctrl+D
feat(Neovim): 🎸 Add new g commands
feat: 🎸 Add a new command
feat: 🎸 Add a new fish keybinding
feat: 🎸 Add pacman -Syu --ignore
feat: 🎸 Add a vim cheat sheet site
feat: 🎸 Update guide
feat(Docker): 🎸 Add a backup tool
feat(Docker): 🎸 Add commands for backing up containers
feat(Neovim): 🎸 Add a new mapping
feat: 🎸 Update marks mappings
feat: 🎸 Update Neovim cheatsheet
feat: 🎸 Add gitsigns.nvim cmd
feat: 🎸 Add new mapping
feat: 🎸 Add new mappings diff --git a/Neovim.md b/Neovim.md index be31d25..5195091 100644 --- a/Neovim.md +++ b/Neovim.md @@ -11,7 +11,6 @@ - `ga` - information about a character under cursor - `gU{motion}` - convert to uppercase - `gu{motion}` - convert to lowercase -- `<C-u>` - (insert mode) delete till the start of the line - `<C-a>` - increment number - `<C-x>` - decrement number - `<C-g>` - print full file path @@ -131,6 +130,8 @@ - `<C-o>` - move backwards through the jump list - `<C-i>` - move forward through the jump list - `[[` and `]]` - jumps between shell prompts in `:terminal` +- `H` - jump to the top of the view +- `L` - jump to the bottom of the view ## Splits @@ -197,6 +198,11 @@ [See more](https://neovim.io/doc/user/repeat.html) +## Insert mode + +- `<C-u>` - delete till the start of the line +- `<C-o>` - go to normal mode only for the next command + ## Tips - `v<text-object><Esc>` - to go to the text object
feat(Shortcuts): 🎸 Add a fish shell bindings
feat(Linux): 🎸 Add information about merging files
fix: 🐛 Use a newer syntax for reloading udev rules
feat: 🎸 Add doautocmd
feat: 🎸 Add a GRUB section
feat: 🎸 Group restarts
fix: 🐛 Fix a typo
feat: 🎸 Add YouTube shortcuts
feat: 🎸 Add Vimium bindings
feat: 🎸 Add kitty mappigns
feat: 🎸 Add a shortcut for the pop-out player
feat: 🎸 Add Webdav instructions