1
0
mirror of https://github.com/chylex/dotfiles.git synced 2026-06-14 17:02:34 +02:00

Compare commits

...

1 Commits

View File

@@ -202,6 +202,9 @@ map <S-BS> <Action>(Forward)
map ( <Action>(GotoPreviousError)
map ) <Action>(GotoNextError)
map <D-S-s> <Action>(KM.GotoPreviousErrorInOtherMode)
map <D-S-d> <Action>(KM.GotoNextErrorInOtherMode)
" Navigate to previous/next method
map [ <Action>(MethodUp)
map ] <Action>(MethodDown)