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:
4
.vimrc
4
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user