Vim
Resources
Videos
Tips
! Swap caps lock and escape remove Lock = Caps_Lock ! keysym Escape = Caps_Lock keysym Caps_Lock = Escape add Lock = Caps_Lock ! Press both Shift keys to get Caps_Lock keycode 50 = Shift_L Caps_Lock Shift_L Caps_Lock keycode 62 = Shift_R Caps_Lock Shift_R Caps_Lock
" settings for tabs :set tabstop=2 shiftwidth=2 expandtab " convert the existing buffer :retabset mouse=avim $(fd Dockerfile ~/Code)fd Dockerfile ~/Code | vim - # Then open files one by one based on the contents (which could be empty if # the search results are empty). Opening buffers for file locations is a # pretty easy in Vim with Vim unimpared commands like `gf` in normal mode:w !sudo tee %
Last updated