Skip to content

Commit

Permalink
Update .config/wezterm/wezterm.lua
Browse files Browse the repository at this point in the history
Update .ideavimrc
  • Loading branch information
zhaohongxuan committed Jul 28, 2023
1 parent f5b0351 commit 90d9d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dot_config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return {
color_scheme = "XCode Dusk (base16)",


window_background_opacity = 0.90,
window_background_opacity = 1,
initial_cols = 150,
initial_rows = 40,

Expand Down
5 changes: 3 additions & 2 deletions dot_ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ nnoremap <Space>Q :qa!<CR>
" edit vimrc
nnoremap <leader>ve :e ~/.ideavimrc<CR>
nnoremap <leader>vw :w!<CR>
nnoremap <leader>vs :source ~/.ideavimrc<CR>
nnoremap <leader>vs :action IdeaVim.ReloadVimRc.reload<CR>

" intellij built in key map

Expand Down Expand Up @@ -147,7 +147,8 @@ nnoremap gf :action FileStructurePopup<CR>
" code actions
nnoremap U :action FindUsages<CR>
nnoremap R :action RenameElement<CR>
nnoremap == :action ReformatCode<CR>

nnoremap == :action ReformatCode<CR>:action OptimizeImports<CR>
vnoremap = :action ReformatCode<CR>
nnoremap -- :action OptimizeImports<CR>
nnoremap cc :action CommentByLineComment<CR>
Expand Down

0 comments on commit 90d9d7f

Please sign in to comment.