Does anyone work like this?
Especially for the exam I thought about how to improve speed and basic error finding techniques by creating a vim setup to "carry around" when logging into any pod, container, VM or anything.
For example this config settings:
set et # expandtab (use space character when tab key used)
set ts=2 # tabstop
set sts=2 # softtabstop (remove 2 spaces when deleting indentations
set sw=2 # shiftwidth
set ic # ignorecase when searching in vim
set ai # autoindent
set si # smart indent
set hls # highlightsearch (highlights searched words)
set bg=dark # assume dark color for the background (better color scheme)
set nu # show line numberssyntax on # syntax highlighting
Next would be a better prompt to know where you are instantly:
like context
IP address
A linter for basic syntax error handling