From 8eabe74ca74776e086af5332a9794bafe3cc3773 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 25 May 2020 20:24:38 -0300 Subject: [PATCH] Some clean ups --- vim/vimrc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 92e0f7d..648b283 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -68,7 +68,7 @@ let mapleader=" " " use space to start user-defined (in plugins) functions syntax sync minlines=1500 " increases the number of lines to find the proper syntax " Color scheme -color nord +color molokai " Enable file type detection. " Use the default filetype settings, so that mail gets 'tw' set to 72, @@ -271,18 +271,15 @@ let g:python_highlight_all = 1 let g:rustfmt_autosave = 1 " ---------------------------------------------------------------------- -" Tiler keybinds +" Workaround for Kitty " ---------------------------------------------------------------------- -nmap n :TilerNew -nmap :TilerFocus -nmap :TilerReorder - -let g:tiler#master#size = 55 +let &t_ut='' " ---------------------------------------------------------------------- -" Workaround for Kitty +" Let's use Skim as CtrlP " ---------------------------------------------------------------------- -let &t_ut='' +map :SK +map o :SK " ---------------------------------------------------------------------- " Lastly, load configurations available only to this computer