dblume commited on 2024-04-20 09:40:34
Showing 2 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -38,7 +38,7 @@ nnoremap <C-l> <C-w>l |
38 | 38 |
" clear search highlights |
39 | 39 |
nnoremap <cr> :noh<cr><cr> |
40 | 40 |
|
41 |
-" Shift tab switches to prev buffer |
|
41 |
+" Shift-Tab switches to prev buffer |
|
42 | 42 |
" (Not remapping Tab because Ctrl-i in use as 'go to next jump pos') |
43 | 43 |
nnoremap <S-Tab> :bp<cr> |
44 | 44 |
|
... | ... |
@@ -47,7 +47,7 @@ nnoremap <C-l> <C-w>l |
47 | 47 |
" clear search highlights |
48 | 48 |
nnoremap <cr> :noh<cr><cr> |
49 | 49 |
|
50 |
-" Shift tab switches to prev buffer |
|
50 |
+" Shift-Tab switches to prev buffer |
|
51 | 51 |
" (Not remapping Tab because Ctrl-i in use as 'go to next jump pos') |
52 | 52 |
nnoremap <S-Tab> :bp<cr> |
53 | 53 |
|
54 | 54 |