1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 19:14:09 +02:00

Fly through buffers

This commit is contained in:
Michiel Scholten
2014-11-28 10:03:20 +01:00
parent 56d4d544bc
commit a79d70ee21
+4
View File
@@ -106,8 +106,12 @@ endif
" paste and autoindent
set pastetoggle=<F10>
" Prettify json and javascript
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
autocmd FileType python set tabstop=4
autocmd FileType python set shiftwidth=4