incremental changes

This commit is contained in:
2019-01-02 16:49:47 +03:00
parent d8a7e4fce5
commit 1c5c4b400a
7 changed files with 44 additions and 10 deletions

View File

@@ -3,4 +3,4 @@ iabbrev <buffer> ipl import matplotlib.pyplot as plt
iabbrev <buffer> ipd import pandas as pd
iabbrev <buffer> inm if __name__ == '__main__'
nnoremap <buffer> <localleader>x :term python3 %<cr>
nnoremap <buffer> <localleader>x :term python %<cr>