From a79d70ee218e9d0652f2cc45554d1273e5ad890f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 28 Nov 2014 10:03:20 +0100 Subject: [PATCH] Fly through buffers --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 44e77bf..0533710 100644 --- a/.vimrc +++ b/.vimrc @@ -106,8 +106,12 @@ endif " paste and autoindent set pastetoggle= +" Prettify json and javascript map jt :%!json_xs -f json -t json-pretty +" Fly through buffers instead of cycling +nnoremap l :ls:b + " 2014-01-29 some sane Python settings autocmd FileType python set tabstop=4 autocmd FileType python set shiftwidth=4