" Plugins
set surround
set commentary
set highlightedyank

set which-key
set notimeout

" Default settings
set visualbell
set ignorecase
set smartcase
set incsearch
set hlsearch
set scrolloff=10

let mapleader = " "
let maplocalleader = " "

" Binds
nnoremap gr :action ShowUsages<CR>
inoremap <C-e> <Esc>i

nnoremap <C-w>m :action MoveEditorToOppositeTabGroup<CR>
nnoremap <leader>m :action MoveEditorToOppositeTabGroup<CR>
