Skip to content

Commit

Permalink
Merge pull request #286 from CelticBoozer/development
Browse files Browse the repository at this point in the history
feat(.ideavimrc): add a bit new functions to the ideavim
  • Loading branch information
CelticBoozer authored Jan 15, 2025
2 parents 30b2a22 + 9ece827 commit 4b22a2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set clipboard=unnamedplus
set guicursor=n-v-c:block,i-ci-ve:ver20,r-cr-o:hor20
set hlsearch
set ignorecase
set incsearch
set showcmd
set showmode
set smartcase
Expand All @@ -19,6 +21,7 @@ let mapleader ="\"
" ==================================================================================================
set nerdtree
set sneak
set surround

" Highlightedyank settings
set highlightedyank
Expand Down Expand Up @@ -73,8 +76,8 @@ let g:WhichKeyDesc_go_to_back = "<leader>gb Go back"
let g:WhichKeyDesc_go_to_forward = "<leader>gn Go forward"

let g:WhichKeyDesc_action = "<leader>a Actions"
let g:WhichKeyDesc_action_context = "<leader>ac ShowIntentionActions"
let g:WhichKeyDesc_action_search = "<leader>as SearchEverywhere"
let g:WhichKeyDesc_action_context = "<leader>am Show intention actions"
let g:WhichKeyDesc_action_search = "<leader>as Search everywhere"
let g:WhichKeyDesc_action_generate = "<leader>ag Generate"

let g:WhichKeyDesc_comment = "<leader>c Comment"
Expand Down
3 changes: 0 additions & 3 deletions .system-config-backup/pkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,9 @@ polkit
postgresql
prettier
pulsemixer
python-iniconfig
python-pillow
python-pip
python-pluggy
python-pystray
python-pytest
python-requests
qemu-desktop
reflector
Expand Down

0 comments on commit 4b22a2c

Please # to comment.