1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Fly through buffers

This commit is contained in:
Michiel Scholten
2014-11-28 10:03:20 +01:00
parent 56d4d544bc
commit a79d70ee21

4
.vimrc
View File

@@ -106,8 +106,12 @@ endif
" paste and autoindent " paste and autoindent
set pastetoggle=<F10> set pastetoggle=<F10>
" Prettify json and javascript
map <Leader>jt <Esc>:%!json_xs -f json -t json-pretty<CR> map <Leader>jt <Esc>:%!json_xs -f json -t json-pretty<CR>
" Fly through buffers instead of cycling
nnoremap <leader>l :ls<cr>:b<space>
" 2014-01-29 some sane Python settings " 2014-01-29 some sane Python settings
autocmd FileType python set tabstop=4 autocmd FileType python set tabstop=4
autocmd FileType python set shiftwidth=4 autocmd FileType python set shiftwidth=4