diff options
| author | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-07-13 15:59:57 +0200 |
|---|---|---|
| committer | Hugues Hiegel <hugues.hiegel@qosmos.com> | 2012-07-13 15:59:57 +0200 |
| commit | 1e962fbd1efd397e0d09f9e756c0aac66fa934cc (patch) | |
| tree | d706bce37655a020043ea8267bc14157d2efb140 | |
| parent | 9c8b6c2863b5c7ce28138fdfe07cbedab244832e (diff) | |
Buffer next/previous with C-h & C-l
| -rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,8 @@ nmap <F10> za nmap <F11> :setlocal invfoldenable<CR> "buffer moving -nmap <C-B> :bN<CR> +nmap <C-L> :bn<CR> +nmap <C-H> :bN<CR> " When editing a file, always jump to the last known cursor position. " Don't do it when the position is invalid or when inside an event handler |
