mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
vimrc cleanup, change mapping for class selection in python ft plugin
This commit is contained in:
@@ -61,7 +61,8 @@ vmap ]# :call PythonCommentSelection()<CR>
|
||||
map ]u :call PythonUncommentSelection()<CR>
|
||||
vmap ]u :call PythonUncommentSelection()<CR>
|
||||
|
||||
map ]c :call PythonSelectObject("class")<CR>
|
||||
" gryf: change mapping for class selection
|
||||
map ]C :call PythonSelectObject("class")<CR>
|
||||
map ]d :call PythonSelectObject("function")<CR>
|
||||
|
||||
map ]<up> :call PythonNextLine(-1)<CR>
|
||||
|
||||
Reference in New Issue
Block a user