Add simpler navigation
This commit is contained in:
parent
82604bbe81
commit
40706f22b1
5 changed files with 54 additions and 21 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -2,3 +2,20 @@
|
|||
.python_history
|
||||
.bash_history
|
||||
.vim/undo
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
|
||||
# Temporary
|
||||
.netrwhist
|
||||
*~
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue