sway: remove border and gaps

This commit is contained in:
Marco Thomas
2022-07-05 19:05:22 +02:00
parent ad0d2177ac
commit dc6849650f
8 changed files with 63 additions and 75 deletions

View File

@@ -85,4 +85,6 @@ let g:netrw_liststyle = 3 " Tree-like structure
let g:netrw_banner = 0 " Remove useless banner at the top of netrw
" ============================== Macros and Mappings
map <leader>e :CtrlP<CR>
map <C-x><C-f> :CtrlP<CR>
map <C-s> :CtrlPLine<CR>
map <C-x><C-s> :w<CR>