]> code.delx.au - dotfiles/blobdiff - .vim/display.vim
screenrc rewrite
[dotfiles] / .vim / display.vim
index 3397c4c68759d3188f1c9c6d53855f6d16f33389..12c478d55a62e5063432d2e037662a6c36873029 100644 (file)
@@ -27,14 +27,14 @@ set showmatch
 
 " Show the filename title in xterms
 set title
+set t_ts=\e]0;
+set t_fs=\a
 
 " Make the autocompletion of filenames,etc behave like bash
 set wildmode=longest,list
 
 " Allow splits to have 0 height (use C-W _)
 set wmh=0
-map <C-J> <C-W>j<C-W>_
-map <C-K> <C-W>k<C-W>_
 
 " Always keep one line of context around the cursor
 set scrolloff=1