Convenience tweaks plus 79 chars line limit

This commit is contained in:
2018-07-29 19:26:43 +02:00
parent d61ccc6982
commit 8be1791f6d
4 changed files with 39 additions and 2 deletions

View File

@@ -1,2 +1,6 @@
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__'
nnoremap <buffer> <localleader>x :term python3 %<cr>