embrace the buffers

This commit is contained in:
Pavel Lutskov
2020-03-02 08:05:32 +01:00
parent c52b5cf302
commit 23a2325aa2
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ 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__))
iabbrev <buffer> dbg import pudb; pudb.set_trace()
nnoremap <buffer> <localleader>x :term python %<cr>