remove cruft, update xmonad
This commit is contained in:
parent
03153e438e
commit
dbc041abbe
4 changed files with 16 additions and 10 deletions
12
.vimrc
12
.vimrc
|
|
@ -138,12 +138,12 @@ inoremap <C-e> <C-O>$
|
|||
imap <C-c> <Esc>
|
||||
|
||||
|
||||
nmap <silent> <C-j> :FocusNextWindow<CR>
|
||||
nmap <silent> <C-k> :FocusPrevWindow<CR>
|
||||
nmap <silent> <C-m> :FocusMasterWindow<CR>
|
||||
nmap <silent> <C-Enter> :SwapWithMasterWindow<CR>
|
||||
nmap <silent> <C-Down> :SwapWithNextWindow<CR>
|
||||
nmap <silent> <C-Up> :SwapWithPrevWindow<CR>
|
||||
"nmap <silent> <C-j> :FocusNextWindow<CR>
|
||||
"nmap <silent> <C-k> :FocusPrevWindow<CR>
|
||||
"nmap <silent> <C-m> :FocusMasterWindow<CR>
|
||||
"nmap <silent> <C-Enter> :SwapWithMasterWindow<CR>
|
||||
"nmap <silent> <C-Down> :SwapWithNextWindow<CR>
|
||||
"nmap <silent> <C-Up> :SwapWithPrevWindow<CR>
|
||||
|
||||
set laststatus=2
|
||||
set statusline=%t "tail of the filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue