From 3975368a9458af06fdec91003cb071025f220381 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 9 May 2026 14:43:56 +0200 Subject: periodical update Signed-off-by: czjstmax --- cfg/.vimrc | 27 ++++++++++++++++++++++++--- cfg/i3/config | 18 +++++++++--------- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/cfg/.vimrc b/cfg/.vimrc index fc2c17c..1a2d3a8 100644 --- a/cfg/.vimrc +++ b/cfg/.vimrc @@ -96,12 +96,17 @@ call plug#begin() Plug 'nvim-lualine/lualine.nvim' Plug 'akinsho/bufferline.nvim' Plug 'reborn-lang/vim-reborn' + Plug 'X3eRo0/dired.nvim' + Plug 'MunifTanjim/nui.nvim' + Plug 'stevearc/oil.nvim' call plug#end() " -------- 'P --------- nnoremap gg :LazyGit -nnoremap e :Neotree toggle +nnoremap E :Neotree toggle +nnoremap e :Dired +nnoremap O :Oil nnoremap hp :Gitsigns preview_hunk nnoremap hs :Gitsigns stage_hunk @@ -123,6 +128,22 @@ lua << EOF block = 'b', }, }) + +require("dired").setup({ + show_hidden = true, + show_icons = false, + show_banner = false, + sort_order = "name", + keybinds = { + dired_enter = "", + dired_back = "-", + dired_up = "_", + dired_rename = "R", + dired_quit = "q", + } +}) + +require("oil").setup() EOF " -------- 'k --------- @@ -160,8 +181,8 @@ augroup END set background=dark "silent! color chocolatier "silent! color retrobox -"silent! color ashen -silent! color monokai_pro +silent! color ashen +"silent! color monokai_pro " -------- 'T --------- lua << EOF diff --git a/cfg/i3/config b/cfg/i3/config index ca66233..efd0116 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -91,15 +91,15 @@ bindsym $mod+Shift+Tab exec i3-msg workspace prev_on_output # ------------------------- # workspaces # ------------------------- -set $ws1 "1の一" -set $ws2 "2の二" -set $ws3 "3の三" -set $ws4 "4の死" -set $ws5 "5の五" -set $ws6 "6の六" -set $ws7 "7の七" -set $ws8 "8の八" -set $ws9 "9の九" +set $ws1 "1一" +set $ws2 "2二" +set $ws3 "3三" +set $ws4 "4死" +set $ws5 "5五" +set $ws6 "6六" +set $ws7 "7七" +set $ws8 "8八" +set $ws9 "9九" bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 -- cgit v1.3.1