Skip to content

Instantly share code, notes, and snippets.

View bhhyilmaz's full-sized avatar

B. Hasan Huseyin Yilmaz bhhyilmaz

View GitHub Profile
@bhhyilmaz
bhhyilmaz / settings.json
Last active December 3, 2024 17:25
vscode
{
"workbench.activityBar.location": "top",
"editor.fontSize": 18,
"editor.stickyScroll.enabled": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"explorer.compactFolders": false
}
@bhhyilmaz
bhhyilmaz / .vimrc
Last active December 27, 2024 01:35
My .vimrc
syntax on
filetype on
filetype plugin on
color habamax
"autocmd VimEnter * :Vexplore
autocmd BufLeave * update
nnoremap <C-z> viw
nnoremap d "_d