Skip to content
Snippets Groups Projects
Commit 10146e6f authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

vimdiff

parent f146fd2c
No related branches found
No related tags found
No related merge requests found
testing/* testing/*
*/.ipynb_checkpoints/* */.ipynb_checkpoints/*
*/*.log
File added
...@@ -6,6 +6,7 @@ As a Gui version there is also `gvim` ...@@ -6,6 +6,7 @@ As a Gui version there is also `gvim`
Check out the handy References: Check out the handy References:
- [VIM Keyboard DE](VIM-Keyboard.pdf) - [VIM Keyboard DE](VIM-Keyboard.pdf)
- [VIM Reference](VIM-Reference.pdf) - [VIM Reference](VIM-Reference.pdf)
- [VIMDIFF Reference](VIMDIFF-Reference.pdf)
# Configs # Configs
``` ```
...@@ -56,3 +57,12 @@ or maybe ...@@ -56,3 +57,12 @@ or maybe
# fix for vim backspace # fix for vim backspace
stty erase '^?' stty erase '^?'
``` ```
# 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
vimdiff file1 file2
```
[VIMDIFF Reference](VIMDIFF-Reference.pdf)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment