Skip to content

Commit

Permalink
This is a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
pol committed Mar 27, 2021
1 parent 0ea9a92 commit 86dedd4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@ map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
" Close a window
map <leader>c <C-W>c
" Vertical split
map <leader>v <C-W>v
" Horizontal split
map <leader>s <C-W>s
" " Close a window
" map <leader>c <C-W>c
" " Vertical split
" map <leader>v <C-W>v
" " Horizontal split
" map <leader>s <C-W>s

" Close the current buffer :bd will close a buffer
map <leader>bd :bd<cr>
Expand Down

0 comments on commit 86dedd4

Please sign in to comment.