diff --git a/vim/.vimrc b/vim/.vimrc index f9de47d..27a5e8e 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -78,15 +78,6 @@ command! MakeTags !ctags -R . set autochdir set tags=tags; -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" -" Execute Python Scripts -" Press F9 to run Python script -" -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -autocmd FileType python map :w:exec '!python3' shellescape(@%, 1) -autocmd FileType python imap :w:exec '!python3' shellescape(@%, 1) - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " " File browsing through a tree on the left side @@ -283,7 +274,6 @@ set completeopt+=longest,menu,menuone,preview,noselect,noinsert " undotree " """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - nnoremap :UndotreeToggle """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""