mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 03:21:16 +02:00
sxhkd is back
This commit is contained in:
@@ -48,7 +48,9 @@ $2
|
||||
endsnippet
|
||||
|
||||
snippet ,p "Paragraph" A
|
||||
<p>$1</p>
|
||||
<p>
|
||||
$1
|
||||
</p>
|
||||
$2
|
||||
endsnippet
|
||||
|
||||
@@ -63,19 +65,17 @@ endsnippet
|
||||
snippet ,ul "Itemization" A
|
||||
<ul>
|
||||
<li>$1</li>
|
||||
$2
|
||||
</ul>
|
||||
endsnippet
|
||||
|
||||
snippet ,li "List Element" A
|
||||
|
||||
<li>$1</li>
|
||||
$2
|
||||
endsnippet
|
||||
|
||||
snippet ,ol "Enumeration" A
|
||||
<ol>
|
||||
<li>$1</li>
|
||||
$2
|
||||
</ol>
|
||||
endsnippet
|
||||
|
||||
|
@@ -83,9 +83,6 @@ set softtabstop=4
|
||||
set shiftwidth=4
|
||||
" Splits open at the bottom and right, which is non-retarded, unlike vim defaults.
|
||||
set splitbelow splitright
|
||||
" Set lines and colors
|
||||
set cursorline
|
||||
set cursorcolumn
|
||||
" Disable case sensitive matching
|
||||
set ignorecase
|
||||
" Enable nocompatible mode
|
||||
@@ -100,6 +97,9 @@ set termguicolors
|
||||
set encoding=utf-8
|
||||
" Show relative numbers on left side
|
||||
set number relativenumber
|
||||
" Speedup vim with long lines
|
||||
set ttyfast
|
||||
set lazyredraw
|
||||
|
||||
" enable persistent undo
|
||||
if has('persistent_undo')
|
||||
|
Reference in New Issue
Block a user