Space mappings
This commit is contained in:
parent
78fa98f834
commit
1e57066f9b
1 changed files with 6 additions and 1 deletions
|
@ -7,4 +7,9 @@ map <C-j> <C-d>
|
|||
map <C-k> <C-u>
|
||||
map <C-j> <C-d>
|
||||
|
||||
map <leader>s :action SelectInProjectView<CR>
|
||||
map <leader>s :action SelectInProjectView<CR>
|
||||
|
||||
nnoremap <leader>h <C-W><C-H>
|
||||
nnoremap <leader>j <C-W><C-J>
|
||||
nnoremap <leader>k <C-W><C-K>
|
||||
nnoremap <leader>l <C-W><C-L>
|
||||
|
|
Loading…
Add table
Reference in a new issue