sdns://AgcAAAAAAAAAAAAHMG1zLmRldgovZG5zLXF1ZXJ5
sdns://AgcAAAAAAAAAAAASZG9oLWRlLmJsYWhkbnMuY29tCi9kbnMtcXVlcnk
sdns://AgcAAAAAAAAAAAASZG9oLXNnLmJsYWhkbnMuY29tCi9kbnMtcXVlcnk
continue=true | |
max-concurrent-downloads=2 | |
split=8 | |
console-log-level=warn | |
file-allocation=none | |
summary-interval=0 | |
download-result=hide | |
disable-ipv6=true | |
check-certificate=false |
local wezterm = require "wezterm" | |
local act = wezterm.action | |
return { | |
hide_tab_bar_if_only_one_tab = true, | |
default_prog = {"elvish.exe"}, | |
window_background_opacity = 1, | |
window_close_confirmation = "NeverPrompt", | |
initial_cols = 150, | |
initial_rows = 40, |
inoremap jk <ESC> | |
nnoremap n :norm! nzzzv<CR> | |
nnoremap N :norm! Nzzzv<CR> | |
nnoremap H ^ | |
nnoremap L $ | |
nnoremap <Return> o<ESC> | |
nnoremap <Leader>w :up<CR> | |
nnoremap <Leader>wq :wq<CR> | |
nnoremap <Leader>q :q<CR> | |
nnoremap <Leader>qq :qall!<CR> |
aspe:keyoxide.org:GG5JT7M2KJ74E54E4KLXBGBUJY |
"" This was made by Reddit user u/SamLovesNotion. Also with the help of - https://tdaly.co.uk/projects/vim-statusline-generator/ for learning the syntax. Sorry for English & grammar, this post was made in hurry. | |
" Images - https://www.reddit.com/r/vim/comments/ld8h2j/i_made_a_status_line_from_scratch_no_plugins_used/ | |
" I have used Nerd icon fonts. Icons won't work without them. https://github.com/ryanoasis/nerd-fonts/ | |
" This statusline looks exactly like Vim Airline (even more customizable & powerful) & loads faster than Vim airline. Only take few ms to load. | |
" STARTUP TIME - With Vim Airline - ~250ms. With this statusline - ~100ms. Without any statusline - ~98ms. | |
" Add all of this at the end of your vimrc OR Create separate file like 'statusline.vim' & 'colorsgroup.vim' & source those files in your main vimrc. |
netsh wlan show profile * key=clear |
@ECHO OFF | |
REM Download FindUtils: http://gnuwin32.sourceforge.net/packages/findutils.htm | |
REM Add xargs.exe to your %PATH% | |
REM Add %PLUGINS% (environment variable) == your vim "packpath" | |
REM E.g %PLUGINS% = C:\Users\zqueal\.vim\pack\plugins\start | |
REM Add this batchfile to your %PATH% | |
REM run vim_update_plugins from CMD (or whatever you named the batchfile | |
cd %PLUGINS% |