diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 21:59:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 21:59:05 -0600 |
| commit | 8edfd981d81ab9e6dce2c5c6c08f0e501a600a49 (patch) | |
| tree | dc7b9b80c41438d923a7ef2d1d1eff196f6bf109 | |
| parent | dbac091a1eacf16596b015b79870103c7b8abb14 (diff) | |
turn off mouse in vim
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | bashrc/.wit | 3 | ||||
| -rw-r--r-- | vimrc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bashrc/.wit b/bashrc/.wit index e618ca6..a20afbb 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -48,7 +48,8 @@ alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' -alias pa='ps auxwH -L kstart_time' +alias pa='ps auxw -L kstart_time' +alias paa='ps auxwH -L kstart_time' alias psc='ps xawf -eo pid,user,cgroup,args' alias lstree='lsusb --tree -v' alias last='last -a' @@ -6,7 +6,8 @@ filetype plugin indent on " Plugins " Plugin 'fatih/vim-go' -set mouse=r +" set mouse=a +set mouse= set encoding=utf-8 set fileencoding=utf-8 syntax on |
