Skip to content

Commit

Permalink
remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmartin committed Mar 5, 2024
1 parent 6c9c419 commit 73feea7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -354,21 +354,6 @@ nnoremap <C-y> 3<C-y>
vmap > >gv
vmap < <gv
" Tab mappings.
noremap <C-Left> :tabp<CR>
noremap <C-Right> :tabn<CR>
noremap <leader>t :tabp<CR>
noremap <leader>y :tabn<CR>
" Always show tab bar
" set showtabline=2

" Split screen things
nnoremap <C-h> <C-w>h
nnoremap <C-j> <C-w>j
nnoremap <C-k> <C-w>k
nnoremap <C-l> <C-w>l
" Edit shortcuts (from http:https://vimcasts.org/episodes/the-edit-command)
nnoremap <leader>ew :e <C-R>=expand("%:p:h") . "/" <CR>
nnoremap <leader>es :sp <C-R>=expand("%:p:h") . "/" <CR>
Expand Down

0 comments on commit 73feea7

Please sign in to comment.