Updated cheatsheets for vim, docker, podman, microk8s, stratis, and git with additional sections for completeness
This commit is contained in:
@@ -61,4 +61,4 @@ This is a quick reference guide for common Vim commands. Vim has several modes:
|
||||
- Record macros: `q{letter}` to start, `q` to stop, `@{letter}` to replay.
|
||||
- Vim is highly customizable via `.vimrc`.
|
||||
|
||||
For more, type `:help` in Vim!
|
||||
## Advanced Commands\n- `:e filename`: Open a file\n- `:bd`: Close current buffer\n- `:sp` / `:vsp`: Split horizontal / vertical\n- `Ctrl + ]` : Jump to tag (with ctags)\n- `q:` : Open command history\n- `:%s/old/new/gc` : Replace with confirmation\n\n## Plugins and Extensions\n- Popular plugins: NERDTree for file exploration, vim-fugitive for Git integration.\n- Install with Vim-plug or Pathogen.\n\nSources: Based on https://devhints.io/vim and other web resources.\n\nFor more, type `:help` in Vim!
|
||||
Reference in New Issue
Block a user