From 0d1b8c875abc9d602914f44597df6f05dd8f2f87 Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Fri, 5 Jul 2024 17:18:29 +0200 Subject: [PATCH] removed F9 for running python files from the vimrc file. it is still in the python config inside the vim dir --- vim/.vimrc | 10 ---------- 1 file changed, 10 deletions(-) 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 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""