[~] Refactor

This commit is contained in:
Siarhei Siniak 2023-10-28 16:35:32 +03:00
parent 09d7e23792
commit 6d4782f39d

@ -42,6 +42,7 @@ colorscheme morning
syntax on syntax on
set hls set hls
set term=xterm-256color
map <Leader>w <C-w> map <Leader>w <C-w>
map <Leader>wo :py3 print('fuck')<CR> map <Leader>wo :py3 print('fuck')<CR>
@ -61,3 +62,4 @@ map <Leader>i4 :set t_Co=256 so=0<CR>
set foldmethod=indent set foldmethod=indent
set nofoldenable set nofoldenable
map <Leader>e :e #<cR> map <Leader>e :e #<cR>
set mouse=a