From 4f115acf0a1a9f8d13ebf555f74d4b3004c1e03d Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Sun, 6 Sep 2015 18:23:03 +0100 Subject: [PATCH] vimrc updated --- vim/vimrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 861e24d..fe3080d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,7 +4,7 @@ call pathogen#infect() call pathogen#runtime_append_all_bundles() Helptags -let mapleader="§" +"let mapleader="§" set hidden " Hides buffers instead of closing set nowrap " don't wrap lines @@ -35,7 +35,7 @@ set list set listchars=tab:>.,trail:.,extends:#,nbsp:. " default listchars=eol:$ if has('autocmd') autocmd filetype python,perl set expandtab - autocmd filetype html,xml set listchars-=tab:>. + "autocmd filetype html,xml set listchars-=tab:>. endif set pastetoggle= set ruler @@ -57,6 +57,7 @@ nmap :call SideNumberSwitch() nmap h :nohlsearch nmap b :BufExplorer +nmap p iimport pdb; pdb.set_trace() if has("gui_running") " set guifont=Monaco:h12 @@ -75,6 +76,7 @@ endif " " BMS maps " +inoremap import pdb; pdb.set_trace() nnoremap :NERDTreeToggle nnoremap qs :call QuoteWord("'") nnoremap qd :call QuoteWord('"') @@ -202,3 +204,5 @@ if exists("+showtabline") set stal=2 set tabline=%!MyTabLine() endif + +set tabstop=4