small tweaks and improvements

This commit is contained in:
2019-05-19 11:42:08 +02:00
parent f7158c1ed4
commit d634763173
3 changed files with 5 additions and 3 deletions

View File

@@ -2,5 +2,7 @@ iabbrev <buffer> inp import numpy as np
iabbrev <buffer> ipl import matplotlib.pyplot as plt
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
nnoremap <buffer> <localleader>x :term python %<cr>