Adds waybar config
This commit is contained in:
parent
84eca6053b
commit
a0c00b0b8f
7 changed files with 15 additions and 16 deletions
|
|
@ -16,7 +16,8 @@ set hlsearch
|
|||
set visualbell
|
||||
|
||||
" Use system clipboard
|
||||
set clipboard+=unnamed
|
||||
set clipboard+=unnamed
|
||||
set clipboard+=unnamedplus
|
||||
|
||||
let mapleader = " "
|
||||
|
||||
|
|
@ -114,8 +115,8 @@ let g:WhichKeyDesc_errors_prev = "<leader>ep Go to previous error in solution"
|
|||
inoremap jj <Esc>
|
||||
|
||||
" Tab navigation
|
||||
nnoremap <A-n> :tabnext<CR>
|
||||
nnoremap <A-p> :tabprev<CR>
|
||||
nnoremap <S-l> :tabnext<CR>
|
||||
nnoremap <S-h> :tabprev<CR>
|
||||
|
||||
" Pane navigation
|
||||
nnoremap <A-h> <C-w>h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue