Vim
Is a great editor in the console
As a Gui version there is also gvim
Check out the handy References: - VIM Keyboard DE - VIM Reference - VIMDIFF Reference
Configs
VimL | |
---|---|
1 2 3 4 5 6 7 |
|
Powerline
Need to install powerline with pip
Config:
VimL | |
---|---|
1 2 3 4 5 |
|
YAML
Maybe use this config:
VimL | |
---|---|
1 2 3 |
|
Wired backspace?
in vim [backspace] or backwards delete leaves a wired symbol ^?
and does not delete anything?
Add this to your ~/.vimrc
:
VimL | |
---|---|
1 2 |
|
or maybe
Bash | |
---|---|
1 2 3 |
|
VIM Diff
Visually compare two files, highlighting the differences. You can easily switch between files (CTRL+w
) and move parts from one file to another (do
do obtain or dp
do put).
Bash | |
---|---|
1 |
|
Last update:
March 8, 2023
Created: March 5, 2023
Created: March 5, 2023