This repository was archived by the owner on Oct 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
share/goodie/vim_cheat_sheet Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ .zci--answer .zero_click_wrapper .zero_click {
2+ padding-left : 0px !important ;
3+ margin-left : 0px !important ;
4+ margin-right : 0px !important ;
5+ }
6+
7+ .zci--answer .vim-container {
8+ max-height : 45ex ;
9+ overflow-y : scroll;
10+ overflow-x : hidden;
11+ }
12+
13+ .zci--answer .vim-column {
14+ width : 48% ;
15+ display : inline-block;
16+ vertical-align : top;
17+ }
18+
19+ .zci--answer table .vim-table {
20+ width : 100% ;
21+ margin-bottom : 1ex ;
22+ }
23+
24+ .zci--answer table .vim-table td {
25+ padding-right : 1ex ;
26+ vertical-align : top;
27+ }
28+ .zci--answer table .vim-table td code {
29+ white-space : nowrap;
30+ }
31+
32+ @media (max-width : 380px ) {
33+ .zci--answer .vim-column {
34+ width : 100% ;
35+ }
36+ }
Original file line number Diff line number Diff line change 11< style type ='text/css '>
22
3+ .zci--answer .zero_click_wrapper .zero_click {
4+ padding-left : 0px !important ;
5+ margin-left : 0px !important ;
6+ margin-right : 0px !important ;
7+ }
8+
39.zci--answer .vim-container {
410 max-height : 45ex ;
511 overflow-y : scroll;
You can’t perform that action at this time.
0 commit comments