a couple of mappings gets commited

This commit is contained in:
2019-12-23 18:10:34 +03:00
parent 29f64c36de
commit 1a190e6939
4 changed files with 25 additions and 5 deletions

View File

@@ -4,5 +4,6 @@ iabbrev <buffer> ipd import pandas as pd
iabbrev <buffer> inm if __name__ == '__main__'
iabbrev <buffer> itf import tensorflow as tf
iabbrev <buffer> sex raise SystemExit
iabbrev <buffer> ddf HERE = os.path.abspath(os.path.dirname(__file__))
nnoremap <buffer> <localleader>x :term python %<cr>