Hacker News new | ask | show | jobs
by micampe 4785 days ago
The only vim plugin I use: http://www.vim.org/scripts/script.php?script_id=1664

With a few mappings:

    noremap <leader>b :ls<cr>:buffer 
    noremap <C-a> :b#<cr>
    noremap <C-h> :bprev<cr>
    noremap <C-l> :bnext<cr>