diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | shell/_vimrc | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1 +1,2 @@ *.pyc +shell/_vim/.netrwhist diff --git a/shell/_vimrc b/shell/_vimrc index 2123c9b..724052d 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -83,5 +83,3 @@ vmap <Enter> <Plug>(EasyAlign) " Start interactive EasyAlign for a motion/text object (e.g. gaip) nmap ga <Plug>(EasyAlign) - - |