Skip to content

Commit

Permalink
American spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Oct 20, 2014
1 parent d902825 commit e6dfd96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ map <leader>yd :bufdo bd<cr>
" Make handling vertical/linear Vim windows easier
map <leader>w- <C-W>- " decrement height
map <leader>w+ <C-W>+ " increment height
map <leader>w] <C-W>_ " maximise height
" map <leader>w\ <C-W>| " maximise width DOESN'T WORK?
map <leader>w[ <C-W>= " equalise all windows
map <leader>w] <C-W>_ " maximize height
map <leader>w[ <C-W>= " equalize all windows
" Handling horizontal Vim windows doesn't appear to be possible.
" Attempting to map <C-W> < and > didn't work
Expand Down

0 comments on commit e6dfd96

Please # to comment.