systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit bfad29d96ae3df5804e5e6e2e12095c82cebd58a
parent cc0cde309f1ed5abb02c226923c6716325884fb9
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon,  9 Jul 2018 15:43:35 +0200

add F4 to save in normal mode in .vimrc

dotfiles/.vimrc | 1 +
1 file changed, 1 insertion(+)

Diffstat:
Mdotfiles/.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc @@ -205,4 +205,5 @@ nnoremap <F2> [i inoremap <F2> <Esc>[i " <F4> to save current file +nnoremap <F4> :w<CR> inoremap <F4> <c-o>:w<CR>