From 57f270376c3e9f4e2386175cd5d89b5ba02984a1 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 13 May 2023 12:04:20 +0300 Subject: [PATCH] added the search highlihgintg thingy finally and relative numbers are the way --- dot_vim/vimrc | 4 +++- private_dot_config/i3/window_rules.conf | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dot_vim/vimrc b/dot_vim/vimrc index 60fd81b..c59d5e7 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -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 :noh " This was before I found out about \c set smartcase diff --git a/private_dot_config/i3/window_rules.conf b/private_dot_config/i3/window_rules.conf index 17a6355..62f18b4 100644 --- a/private_dot_config/i3/window_rules.conf +++ b/private_dot_config/i3/window_rules.conf @@ -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 -