dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9bc150a4a17d38d0069856b907289abcad1f7f56
parent 472816b224ce725f5efe11314028b1c6e379a836
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon,  2 Feb 2015 12:56:41 +0100

add keybind to equal split size

Diffstat:
M.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -312,6 +312,9 @@ nmap <leader>j <C-w>j nmap <leader>k <C-w>k nmap <leader>l <C-w>l +" equal split size +nmap <leader>= <C-w>= + " Commit all changes "nmap <leader>g :Gcommit<CR> nmap <leader>g :Start git commit -a -v<CR>