Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Apr 11, 2024
1 parent 4f8dba1 commit 4c9629b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dot_config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if not vim.g.vscode then
vim.keymap.set("n", "<C-p>", ":FzfLua files<CR>", { noremap = true })
vim.keymap.set("n", "<leader>cs", "<cmd>lua Open_cheatsheet()<CR>", { noremap = true, silent = true })

vim.keymap.set("t", "<A-j>", "<C-\\><C-n><C-w>w", { noremap = true, silent = true })

local undodir = vim.fn.stdpath("config") .. "/undo"
if vim.fn.isdirectory(undodir) == 0 then
vim.fn.mkdir(undodir, "p")
Expand Down
1 change: 0 additions & 1 deletion dot_config/tmux/tmux.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#set-option -g prefix C-a
set-option -g prefix C-b
#unbind C-b

# prefix+r で設定のリロード
Expand Down
1 change: 1 addition & 0 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local wezterm = require("wezterm")
local config = wezterm.config_builder()
config.font = wezterm.font("Ricty Diminished")
-- config.font = wezterm.font("FiraCode Nerd Font")
config.color_scheme = "Tokyo Night"
config.font_size = 16.5
--config.window_background_opacity = 0.9

Expand Down

0 comments on commit 4c9629b

Please sign in to comment.