Skip to content

Commit

Permalink
vim window management shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
thommahoney committed Jun 24, 2013
1 parent e20289d commit 8f4afe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/vimrc
Expand Up @@ -107,13 +107,14 @@ set guioptions-=T
set guioptions-=r
set guioptions-=L

" Movement
" window management
nnoremap <A-h> <C-w>h
nnoremap <A-j> <C-w>j
nnoremap <A-k> <C-w>k
nnoremap <A-l> <C-w>l
nnoremap <A-s> <C-w>s
nnoremap <A-q> <C-w>q
nnoremap <A-n> <C-w>n
" grep
map <leader>a :Ack<space>
Expand Down

0 comments on commit 8f4afe9

Please sign in to comment.