1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 06:39:02 -08:00

attempt to stop using tabs in vim

This commit is contained in:
Connor Olding 2016-01-23 15:21:33 -08:00
parent e8e6ae5761
commit c01a7339bc
2 changed files with 2 additions and 3 deletions

View file

@ -59,7 +59,7 @@ export MAKEFLAGS="-j2"
export VST_SDK_DIR="$HOME/src/vstsdk2.4" export VST_SDK_DIR="$HOME/src/vstsdk2.4"
export LADSPA_PATH="/usr/lib/ladspa" export LADSPA_PATH="/usr/lib/ladspa"
export EDITOR='vim -p' export EDITOR='vim'
# colors # colors
for x in ls dir vdir grep fgrep egrep; do for x in ls dir vdir grep fgrep egrep; do

View file

@ -87,7 +87,6 @@ set showcmd " show number of lines/etc. selected
set lazyredraw " when executing macros, untyped things set lazyredraw " when executing macros, untyped things
set shortmess=atI " be less verbose and shut up vim set shortmess=atI " be less verbose and shut up vim
set suffixes=.bak,~,.swp,.o,.log,.out " lower tab-completion priority set suffixes=.bak,~,.swp,.o,.log,.out " lower tab-completion priority
set showtabline=2 " always show tab bar
set noerrorbells visualbell t_vb= " disable bells set noerrorbells visualbell t_vb= " disable bells
set scrolloff=3 " row context during scrolling set scrolloff=3 " row context during scrolling
set sidescrolloff=2 " col context during scrolling set sidescrolloff=2 " col context during scrolling
@ -363,7 +362,7 @@ if has('gui_running')
else else
"if exists('g:airline_symbols') "if exists('g:airline_symbols')
set laststatus=2 set laststatus=2
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 0
endif endif
let g:airline_mode_map = { let g:airline_mode_map = {