added the search highlihgintg thingy finally and relative numbers are

the way
This commit is contained in:
LinlyBoi
2023-05-13 12:04:20 +03:00
parent 918e60bacd
commit 57f270376c
2 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ set ts=4 sw=4 sts=4
" ... But some people have a hard time being consistent.
set list listchars=tab:>-,trail:-
" I can't count.
set number
set relativenumber
" Fold settings {{{
set foldenable
@@ -70,6 +70,8 @@ set ruler
set showmatch
set incsearch
set hlsearch
"This unsets the "last search pattern" register by hitting return
nnoremap <CR> :noh<CR><CR>
" This was before I found out about \c
set smartcase

View File

@@ -80,7 +80,7 @@ assign [class = "^.*overwatch.exe"] $Game
assign [class = "Albion-Online"] $Game
assign [class = "leagueclientux.exe"] $Game
#Mail
assign [class = "Evolution"] $Mail
@@ -125,9 +125,8 @@ for_window [class = "org.opensuse.YaST"] floating enabled
#Names
for_window [title = "ani-cli"] move to workspace $Youtube
for_window [title = "^.*Private"] move to workspace $Vm
for_window [title = "^.*Private Browsing"] move to workspace $Vm
for_window [title = "work" class = "kitty"] move to workspace $Code
#for_window [title = "manga-cli"] move to workspace $Youtube
for_window [title = "Albion Online Launcher"] move to workspace $Steam
for_window [title = "Albion Online Client"] move to workspace $Game