dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 419817b15eabbe4ceeb7b749c32f9129dad8d149
parent d08b9c51ee1e41655642c2599430e1b0c5cd8cb9
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat,  8 Sep 2018 22:08:16 +0200

Removed shell mapping, only caused problems and its pretty easy to type :sh

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

diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -38,9 +38,6 @@ nnoremap <leader>qq mzggg?G`z " 'zoom to head level' nnoremap zh mzzt10<c-u>`z -" Quick switch to shell -nnoremap <C-s> :sh<cr> - " Tab mappings nnoremap <C-t> :tabnew<cr> nnoremap <C-c> :tabclose<cr>