Use Localleader instead of leader for sorting
This commit fix a small error I made during the merge of matjon works.
This commit is contained in:
@@ -87,7 +87,7 @@ endfunction
|
||||
|
||||
" Mappings {{{1
|
||||
" Sort tasks {{{2
|
||||
if !hasmapto("<localleader>s",'n')
|
||||
if !hasmapto("<localleader>s",'n')
|
||||
nnoremap <script> <silent> <buffer> <LocalLeader>s :call TodoTxtSort()<CR>
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user