Remove broken vim binding
This commit is contained in:
parent
089ba98fbb
commit
db48bf8ece
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -302,7 +302,7 @@ map <silent> <S-F9> :set list! listchars<CR>
|
||||||
" Re-align '=' signs {{{2
|
" Re-align '=' signs {{{2
|
||||||
vnoremap <Leader>> :Align =><CR>
|
vnoremap <Leader>> :Align =><CR>
|
||||||
vnoremap <Leader>= :Align =<CR>
|
vnoremap <Leader>= :Align =<CR>
|
||||||
nnoremap <Leader>= V%:'<,'>Align =<CR>
|
"nnoremap <Leader>= V%:'<,'>Align =<CR>
|
||||||
|
|
||||||
" Show lines longer than 80 characters {{{2
|
" Show lines longer than 80 characters {{{2
|
||||||
"au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)
|
"au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue