Smart split navigation with Ctrl+[hjkl]

1 Point

Chris Penner Chris Penner

9 years ago

Allows navigating splits quickly with Ctrl + [hjkl].

" Quickly move between windows
noremap <C-h> <C-w>h
noremap <C-j> <C-w>j
noremap <C-k> <C-w>k
noremap <C-l> <C-w>l

Florian Beer

Florian Beer 9 years ago

This seems to be a duplicate of Snippet #52

Chris Penner

Chris Penner 9 years ago

Ahh, and so it is! Appears however that I can't delete it though :O

Florian Beer

Florian Beer 9 years ago

Yes, it's bound to stay here forever now ;)